aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-02-25 14:08:35 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-02-25 14:08:35 +0000
commitcfd62b902ea3a3ccbfb240043459a032c26185fa (patch)
tree2cb56d374b0fe632670e8a86c4e8268ec2f7a919
parent8d0bf3d6f87b29f449ea4d6c0879c7596055ac73 (diff)
Notes
-rw-r--r--secure/lib/libcrypto/Makefile1
-rw-r--r--secure/lib/libcrypto/Makefile.inc1
2 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 338e50f4a286..fd3acc757e02 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -132,6 +132,7 @@ SRCS+= rsa_eay.c # native rsa
.else
SRCS+= rsar_err.c rsaref.c rsaref_stubs.c # external rsaref
HDRS+= ../rsaref/rsaref.h
+CFLAGS+=-DRSAref
.endif
.endif
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 5d0bb8276593..11fee3a2bd53 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -17,6 +17,5 @@ LOCALBASE?= /usr/local
WITH_RSA?= YES
.if (!defined(USA_RESIDENT) || ${USA_RESIDENT} != NO) && ${WITH_RSA} != NO
-CFLAGS+= -DRSAref
RSAREF= YES
.endif