summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index 11513e678..adc8f983e 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.5 2001/02/04 15:32:25 stevesk Exp $"); 26RCSID("$OpenBSD: ssh-dss.c,v 1.6 2001/02/08 19:30:52 itojun Exp $");
27 27
28#include <openssl/bn.h> 28#include <openssl/bn.h>
29#include <openssl/evp.h> 29#include <openssl/evp.h>
@@ -34,6 +34,7 @@ RCSID("$OpenBSD: ssh-dss.c,v 1.5 2001/02/04 15:32:25 stevesk Exp $");
34#include "compat.h" 34#include "compat.h"
35#include "log.h" 35#include "log.h"
36#include "key.h" 36#include "key.h"
37#include "ssh-dss.h"
37 38
38#define INTBLOB_LEN 20 39#define INTBLOB_LEN 20
39#define SIGBLOB_LEN (2*INTBLOB_LEN) 40#define SIGBLOB_LEN (2*INTBLOB_LEN)