diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 10:06:57 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 10:06:57 +0000 |
| commit | 1b87af6b57c028d9d3a55ae3445f2b575d448d8f (patch) | |
| tree | 2236e2f74e895b78d2d3c5585045e2ad121e5967 /secure | |
| parent | 97dacfda2b0a1bf6015f4c6efef8bdc3e9f952b8 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index bee00f6f2a84..28e800d91139 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -15,6 +15,7 @@ CFLAGS+= -DDEVRANDOM=\"/dev/urandom\" LOCALBASE?= /usr/local +.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO .if !exists(${LOCALBASE}/lib/librsaref.a) CFLAGS+= -DNO_RSA -DNO_SSL2 WITH_RSA= NO @@ -23,3 +24,4 @@ CFLAGS+= -DRSAref RSAREF= YES WITH_RSA= YES .endif +.endif |
