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:
Brian Feldman 2000-01-15 18:02:10 +00:00
parent 3c2c970655
commit d82f495687
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56050
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