From d82f495687f85109060a381017cd413da8e8743c Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Sat, 15 Jan 2000 18:02:10 +0000 Subject: [PATCH] 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. --- secure/lib/Makefile | 2 +- secure/usr.bin/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 4190e382518..6f61ed55406 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 c991a991175..f711c0a389c 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