Don't check for the existance of src/crypto/ for building items that
may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ _libthr= libthr
|
||||
_libdisk= libdisk
|
||||
.endif
|
||||
|
||||
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
_libmp= libmp
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user