From f15517916a1ad953b41bc693e43a4e095f31b285 Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 1 Oct 2000 10:24:57 +0000 Subject: [PATCH] MKCRYPTO_RSA is gone. TODO: idea/rc5 handling --- usr.bin/openssl/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/usr.bin/openssl/Makefile b/usr.bin/openssl/Makefile index 8b01d989d8b6..1335189298cf 100644 --- a/usr.bin/openssl/Makefile +++ b/usr.bin/openssl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2000/07/16 11:32:07 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/01 10:24:57 itojun Exp $ .include # RCSid: -# $Id: Makefile,v 1.5 2000/07/16 11:32:07 mrg Exp $ +# $Id: Makefile,v 1.6 2000/10/01 10:24:57 itojun Exp $ # # @(#) Copyright (c) 1995 Simon J. Gerraty # @@ -90,14 +90,12 @@ CRYPTODIST= ${.CURDIR}/../../crypto/dist # openssl rc2-cfb \ # openssl rc2-ofb \ -.if (${MKCRYPTO_RSA} != "no") SRCS+= rsa.c genrsa.c #LINKS+= openssl rsa \ # openssl rsa-cbc \ # openssl rsa-ecb \ # openssl rsa-cfb \ # openssl rsa-ofb -.endif ssleay.o: ssleay.c ${CC} ${CFLAGS} -UMONOLITH -o ${.TARGET} -c ${.IMPSRC}