summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>1999-09-28 04:45:35 +0000
committerprovos <provos@openbsd.org>1999-09-28 04:45:35 +0000
commit76c6bcb9f8b94f512e5487f2508674a43b627567 (patch)
tree29c81cc53ac6da095592c67422c8d603090ab58b /usr.bin/ssh/ssh-add
parentdisabled optimizations for 88k (diff)
downloadwireguard-openbsd-76c6bcb9f8b94f512e5487f2508674a43b627567.tar.xz
wireguard-openbsd-76c6bcb9f8b94f512e5487f2508674a43b627567.zip
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