From 04c111ac5f78a1682f707d220e9d78b6a8fe2a9d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 20 Jan 2000 07:27:49 +0000 Subject: [PATCH] Activate librsaglue --- secure/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 4190e3825184..51655d429c8a 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libcipher libcrypto libdes libssl +SUBDIR= libcipher libcrypto libdes librsaglue libssl .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=libtelnet .endif