summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-rsa.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-01-06 11:23:27 +0000
committermarkus <markus@openbsd.org>2001-01-06 11:23:27 +0000
commit2c4810658b4c8ea9d5db11512ce664603306a917 (patch)
tree004050441c6aaf4571a39774f76af2f94da0d479 /usr.bin/ssh/ssh-rsa.c
parentSet the correct direction for KAME SPD entries (problem reported and (diff)
downloadwireguard-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.c5
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(