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:
parent
8d0bf3d6f8
commit
cfd62b902e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user