From 3e3bfbad52c1d41f59aa32384cfb9cb1697b0405 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 16 Jan 2000 05:24:47 +0000 Subject: [PATCH] Turn back on libcrypto and libssl building. --- secure/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 6f61ed554063..4190e3825184 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libcipher libdes +SUBDIR= libcipher libcrypto libdes libssl .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=libtelnet .endif