summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-01-15 18:02:10 +0000
committergreen <green@FreeBSD.org>2000-01-15 18:02:10 +0000
commit3404ef44649eeaf54bc9e408913b4e72914dfb07 (patch)
tree06e44fd382acbdce9e9602085742bafe70f8880a /secure
parentc90d56682ccd85ab651eabc1ce71ee95bcf2a74a (diff)
downloadFreeBSD-src-3404ef44649eeaf54bc9e408913b4e72914dfb07.zip
FreeBSD-src-3404ef44649eeaf54bc9e408913b4e72914dfb07.tar.gz
We cannot have libcrypto, and therefore OpenSSL at all, without RSA.
If you need examples of breakage, I'm ready to provide more than a few.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
-rw-r--r--secure/usr.bin/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 4190e38..6f61ed5 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= libcipher libcrypto libdes libssl
+SUBDIR= libcipher libdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index c991a99..f711c0a 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= bdes openssl
+SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif
OpenPOWER on IntegriCloud