mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
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
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue