summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-10 00:09:37 +0000
committerkris <kris@FreeBSD.org>2000-09-10 00:09:37 +0000
commite4a753d311d3ef724f8ce4a78b516298b793fa69 (patch)
tree0501ec96eb74b8993b5d385937f6fbbbcf936caa /secure/lib/Makefile
parente454be9f46227fc056471526ff9507251ff5b61e (diff)
downloadFreeBSD-src-e4a753d311d3ef724f8ce4a78b516298b793fa69.zip
FreeBSD-src-e4a753d311d3ef724f8ce4a78b516298b793fa69.tar.gz
Nuke RSAREF support from orbit.
It's the only way to be sure.
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index d061f66..a3aa74c 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -5,14 +5,7 @@ SUBDIR= libcipher
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
-SUBDIR+=libcrypto librsaglue libssl
-.if exists(${.CURDIR}/../../crypto/openssl/rsaref)
-SUBDIR+=librsausa
-.endif
-.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \
- !defined(NO_RSAINTL)
-SUBDIR+=librsaintl
-.endif
+SUBDIR+=libcrypto libssl
.endif
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
OpenPOWER on IntegriCloud