summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-add
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-09-28 04:45:39 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-09-28 04:45:39 +0000
commit2ab8fdfdfd2725f7f58cb91304befeb8d360ddf6 (patch)
tree78b8943ea351c6ae64bb3911ff8bb65d29ff6ad4 /usr.bin/ssh/ssh-add
parent9f4a6fa812c9ca6ac0b6df69d6a8dbf9e53a62c1 (diff)
convert all uses of gmp to SSL bignum
convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada.
Diffstat (limited to 'usr.bin/ssh/ssh-add')
-rw-r--r--usr.bin/ssh/ssh-add/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add/Makefile b/usr.bin/ssh/ssh-add/Makefile
index 9689c853003..5a751c80f84 100644
--- a/usr.bin/ssh/ssh-add/Makefile
+++ b/usr.bin/ssh/ssh-add/Makefile
@@ -4,11 +4,11 @@ PROG= ssh-add
BINOWN= root
BINMODE=555
BINDIR= /usr/bin
-LDADD= -lkrb -lcrypto -ldes -lgmp -lutil -lz
+LDADD= -lkrb -lcrypto -ldes -lutil -lz
MAN= ssh-add.1
-SRCS= ssh-add.c log-client.c readpass.c rsa.c randoms.c ssh_md5.c buffer.c \
- xmalloc.c bufaux.c authfd.c authfile.c crc32.c rsaglue.c match.c \
+SRCS= ssh-add.c log-client.c readpass.c rsa.c ssh_md5.c buffer.c \
+ xmalloc.c bufaux.c authfd.c authfile.c crc32.c match.c \
mpaux.c minfd.c cipher.c compress.c
gen_minfd: gen_minfd.c