summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 12:01:40 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 12:01:40 +1100
commite8a240f966c567304d810ba0234bca326e4abecb (patch)
tree3de903c87fc6cdcae4a631f1c7670cc5c8a7b643 /ssh-dss.c
parent7b406276c45abede9a3e6d5b979b37b8d50287f7 (diff)
downloadopenssh-git-e8a240f966c567304d810ba0234bca326e4abecb.tar.gz
- markus@cvs.openbsd.org 2003/02/12 09:33:04
[key.c key.h ssh-dss.c ssh-rsa.c] merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index 9ba2584d..6cedcc4d 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-dss.c,v 1.17 2002/07/04 10:41:47 markus Exp $");
+RCSID("$OpenBSD: ssh-dss.c,v 1.18 2003/02/12 09:33:04 markus Exp $");
#include <openssl/bn.h>
#include <openssl/evp.h>
@@ -34,7 +34,6 @@ RCSID("$OpenBSD: ssh-dss.c,v 1.17 2002/07/04 10:41:47 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)