]> andersk Git - openssh.git/blobdiff - bufaux.c
- jmc@cvs.openbsd.org 2005/05/20 11:23:32
[openssh.git] / bufaux.c
index 4ea6af1b658aa431b4c6bf7740c6fd9794bfd1f9..5dbf2b770a80f9a7d0245751f39bcaef66b2e2a3 100644 (file)
--- a/bufaux.c
+++ b/bufaux.c
@@ -37,7 +37,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: bufaux.c,v 1.34 2004/12/06 16:00:43 markus Exp $");
+RCSID("$OpenBSD: bufaux.c,v 1.35 2005/03/10 22:01:05 deraadt Exp $");
 
 #include <openssl/bn.h>
 #include "bufaux.h"
@@ -179,7 +179,7 @@ buffer_get_bignum2_ret(Buffer *buffer, BIGNUM *value)
 {
        u_int len;
        u_char *bin;
-       
+
        if ((bin = buffer_get_string_ret(buffer, &len)) == NULL) {
                error("buffer_get_bignum2_ret: invalid bignum");
                return (-1);
This page took 0.320209 seconds and 4 git commands to generate.