summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-25 08:21:35 +0000
committerpeter <peter@FreeBSD.org>2000-02-25 08:21:35 +0000
commit47e3d89f30c983011b97b647e056ae2a3ad879c4 (patch)
treee88155fa39f185666cbdb222545f510527c0a5d2 /secure/usr.bin/ssh
parentfe21c9e7b58cd6705488ad57779e46bf3b9c3261 (diff)
downloadFreeBSD-src-47e3d89f30c983011b97b647e056ae2a3ad879c4.zip
FreeBSD-src-47e3d89f30c983011b97b647e056ae2a3ad879c4.tar.gz
Don't pull in libRSAglue for the rsaref case. Since this is linked
dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
Diffstat (limited to 'secure/usr.bin/ssh')
-rw-r--r--secure/usr.bin/ssh/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 3741ba40..33887f9 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -35,7 +35,3 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR}
LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypto -lutil -lz
DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
-.if defined(RSAREF) && ${RSAREF} == YES
-LDADD+= -lRSAglue
-DPADD+= ${LIBRSAGLUE}
-.endif
OpenPOWER on IntegriCloud