]> andersk Git - openssh.git/blobdiff - ssh-dss.c
- markus@cvs.openbsd.org 2001/04/22 23:58:36
[openssh.git] / ssh-dss.c
index 2366c2117901c37116c0c4cde02fd915d458f8be..adc8f983e0927085aeb116a6bf8b8a02122c0844 100644 (file)
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-dss.c,v 1.4 2001/01/21 19:05:57 markus Exp $");
+RCSID("$OpenBSD: ssh-dss.c,v 1.6 2001/02/08 19:30:52 itojun Exp $");
 
 #include <openssl/bn.h>
 #include <openssl/evp.h>
@@ -34,6 +34,7 @@ RCSID("$OpenBSD: ssh-dss.c,v 1.4 2001/01/21 19:05:57 markus Exp $");
 #include "compat.h"
 #include "log.h"
 #include "key.h"
+#include "ssh-dss.h"
 
 #define INTBLOB_LEN    20
 #define SIGBLOB_LEN    (2*INTBLOB_LEN)
@@ -185,7 +186,7 @@ ssh_dss_verify(
                memset(sigblob, 0, len);
                xfree(sigblob);
        }
-       
+
        /* sha1 the data */
        dlen = evp_md->md_size;
        digest = xmalloc(dlen);
This page took 0.034895 seconds and 4 git commands to generate.