Merge from internat.freebsd.org; make RSAREF=YES work correctly, although

this is not very useful as the US repo is missing bits.
This commit is contained in:
Peter Wemm 2000-02-25 14:08:35 +00:00
parent 8d0bf3d6f8
commit cfd62b902e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57484
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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