we always build idea/rc5 (dummy, though).

This commit is contained in:
itojun 2000-09-30 00:30:25 +00:00
parent f2e53bf3ea
commit bc22f284e4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.openssl,v 1.3 2000/07/05 13:57:15 veego Exp $
# $NetBSD: Makefile.openssl,v 1.4 2000/09/30 00:30:25 itojun Exp $
.ifndef _MAKEFILE_OPENSSL_INCLUDED
_MAKEFILE_OPENSSL_INCLUDED=1
@ -8,14 +8,6 @@ _MAKEFILE_OPENSSL_INCLUDED=1
OPENSSLSRC= ${CRYPTODIST}/openssl
CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
.if (${MKCRYPTO_IDEA} == "no")
CPPFLAGS+= -DNO_IDEA
.endif
.if (${MKCRYPTO_RC5} == "no")
CPPFLAGS+= -DNO_RC5
.endif
.if (${MKCRYPTO_RSA} == "no")
CPPFLAGS+= -DNO_RSA
.endif