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.
This commit is contained in:
green 2000-01-15 18:02:10 +00:00
parent c90d56682c
commit 3404ef4464
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= libcipher libcrypto libdes libssl
SUBDIR= libcipher libdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= bdes openssl
SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif