diff options
author | 2003-02-12 09:33:04 +0000 | |
---|---|---|
committer | 2003-02-12 09:33:04 +0000 | |
commit | b93bae9a96aebe14f5fba52110f91da8aed98684 (patch) | |
tree | b365d45b2e362edf97eaf7645834091b0504505b /usr.bin/ssh/ssh-dss.c | |
parent | Add support for WSKBD_TYPE_HIL. -moj ok miod@ (diff) | |
download | wireguard-openbsd-b93bae9a96aebe14f5fba52110f91da8aed98684.tar.xz wireguard-openbsd-b93bae9a96aebe14f5fba52110f91da8aed98684.zip |
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/ssh-dss.c')
-rw-r--r-- | usr.bin/ssh/ssh-dss.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-dss.c b/usr.bin/ssh/ssh-dss.c index 9ba2584ddb1..6cedcc4dcd7 100644 --- a/usr.bin/ssh/ssh-dss.c +++ b/usr.bin/ssh/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) |