mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
include source root directory via -I for libnonfips.a
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
This commit is contained in:
parent
dc4e74ef6c
commit
0c9fcfebf1
@ -48,7 +48,7 @@ $COMMON_INCLUDES=../crypto ../include implementations/include common/include
|
||||
INCLUDE[$LIBCOMMON]=$COMMON_INCLUDES
|
||||
INCLUDE[$LIBIMPLEMENTATIONS]=.. $COMMON_INCLUDES
|
||||
INCLUDE[$LIBLEGACY]=.. $COMMON_INCLUDES
|
||||
INCLUDE[$LIBNONFIPS]=$COMMON_INCLUDES
|
||||
INCLUDE[$LIBNONFIPS]=.. $COMMON_INCLUDES
|
||||
INCLUDE[$LIBFIPS]=.. $COMMON_INCLUDES
|
||||
DEFINE[$LIBFIPS]=FIPS_MODULE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user