diff options
author | 2001-01-06 11:23:27 +0000 | |
---|---|---|
committer | 2001-01-06 11:23:27 +0000 | |
commit | 2c4810658b4c8ea9d5db11512ce664603306a917 (patch) | |
tree | 004050441c6aaf4571a39774f76af2f94da0d479 /usr.bin/ssh/ssh-rsa.c | |
parent | Set the correct direction for KAME SPD entries (problem reported and (diff) | |
download | wireguard-openbsd-2c4810658b4c8ea9d5db11512ce664603306a917.tar.xz wireguard-openbsd-2c4810658b4c8ea9d5db11512ce664603306a917.zip |
remove unused
Diffstat (limited to 'usr.bin/ssh/ssh-rsa.c')
-rw-r--r-- | usr.bin/ssh/ssh-rsa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-rsa.c b/usr.bin/ssh/ssh-rsa.c index 0f44051bcea..aab9168ebc7 100644 --- a/usr.bin/ssh/ssh-rsa.c +++ b/usr.bin/ssh/ssh-rsa.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-rsa.c,v 1.2 2000/12/19 23:17:58 markus Exp $"); +RCSID("$OpenBSD: ssh-rsa.c,v 1.3 2001/01/06 11:23:27 markus Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -37,9 +37,6 @@ RCSID("$OpenBSD: ssh-rsa.c,v 1.2 2000/12/19 23:17:58 markus Exp $"); #include "key.h" -#define INTBLOB_LEN 20 -#define SIGBLOB_LEN (2*INTBLOB_LEN) - /* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */ int ssh_rsa_sign( |