summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-26 13:13:03 +0000
committerpeter <peter@FreeBSD.org>2000-02-26 13:13:03 +0000
commit58c2a78aa2a72044e1717c1ff77cfdc9b2dc0463 (patch)
tree4667af4182179bf0fd04fc76aa3c798f4ff9d140 /secure/lib/Makefile
parent527ba28c8fdf2e7a104fa19c1b56892d2612156b (diff)
downloadFreeBSD-src-58c2a78aa2a72044e1717c1ff77cfdc9b2dc0463.zip
FreeBSD-src-58c2a78aa2a72044e1717c1ff77cfdc9b2dc0463.tar.gz
Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)
Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still.
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 8608de2..8aeb2bf 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -6,6 +6,12 @@ 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)
+SUBDIR+=librsaintl
+.endif
.endif
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
OpenPOWER on IntegriCloud