]> andersk Git - openssh.git/blobdiff - ssh-rsa.c
- deraadt@cvs.openbsd.org 2001/12/05 10:06:12
[openssh.git] / ssh-rsa.c
index a6a703b9511c6e040d376a943aded68e5698b478..27522ef687d1ab61b493dd4d19e0252e91e0c14d 100644 (file)
--- a/ssh-rsa.c
+++ b/ssh-rsa.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-rsa.c,v 1.13 2001/11/10 13:22:42 markus Exp $");
+RCSID("$OpenBSD: ssh-rsa.c,v 1.14 2001/12/05 10:06:12 deraadt Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -150,7 +150,7 @@ ssh_rsa_verify(
        sigblob = buffer_get_string(&b, &len);
        rlen = buffer_len(&b);
        buffer_free(&b);
-       if(rlen != 0) {
+       if (rlen != 0) {
                error("ssh_rsa_verify: remaining bytes in signature %d", rlen);
                xfree(sigblob);
                return -1;
This page took 0.337544 seconds and 4 git commands to generate.