summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:00:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:00:18 +0000
commit1c37c6a51842f8bed3283ef18ec16cf6a0ae8640 (patch)
treee17ea7a703397ef0b7f7c76d668bb5ac0d4f4fec /ssh-dss.c
parent3c36bb29ca67d459ef9d8c1961415d77efc20e55 (diff)
- deraadt@cvs.openbsd.org 2001/12/05 10:06:12
[authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c] minor KNF
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index 9f3a28706..30bd1f8cb 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: ssh-dss.c,v 1.9 2001/11/07 22:10:28 markus Exp $"); 26RCSID("$OpenBSD: ssh-dss.c,v 1.10 2001/12/05 10:06:12 deraadt Exp $");
27 27
28#include <openssl/bn.h> 28#include <openssl/bn.h>
29#include <openssl/evp.h> 29#include <openssl/evp.h>
@@ -145,7 +145,7 @@ ssh_dss_verify(
145 sigblob = buffer_get_string(&b, &len); 145 sigblob = buffer_get_string(&b, &len);
146 rlen = buffer_len(&b); 146 rlen = buffer_len(&b);
147 buffer_free(&b); 147 buffer_free(&b);
148 if(rlen != 0) { 148 if (rlen != 0) {
149 error("ssh_dss_verify: " 149 error("ssh_dss_verify: "
150 "remaining bytes in signature %d", rlen); 150 "remaining bytes in signature %d", rlen);
151 xfree(sigblob); 151 xfree(sigblob);