From 2ab8fdfdfd2725f7f58cb91304befeb8d360ddf6 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Tue, 28 Sep 1999 04:45:39 +0000 Subject: 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. --- usr.bin/ssh/ssh-add/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ssh/ssh-add') 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 -- cgit v1.2.3