Latest update.
This commit is contained in:
+11
-1
@@ -47,7 +47,7 @@ $COMMON_INCLUDES=../crypto ../include implementations/include common/include
|
||||
|
||||
INCLUDE[$LIBCOMMON]=$COMMON_INCLUDES
|
||||
INCLUDE[$LIBIMPLEMENTATIONS]=.. $COMMON_INCLUDES
|
||||
INCLUDE[$LIBLEGACY]=$COMMON_INCLUDES
|
||||
INCLUDE[$LIBLEGACY]=.. $COMMON_INCLUDES
|
||||
INCLUDE[$LIBNONFIPS]=$COMMON_INCLUDES
|
||||
INCLUDE[$LIBFIPS]=.. $COMMON_INCLUDES
|
||||
DEFINE[$LIBFIPS]=FIPS_MODE
|
||||
@@ -151,3 +151,13 @@ IF[{- !$disabled{legacy} -}]
|
||||
SOURCE[$LEGACYGOAL]=legacyprov.c
|
||||
INCLUDE[$LEGACYGOAL]=../include implementations/include
|
||||
ENDIF
|
||||
|
||||
#
|
||||
# Null provider stuff
|
||||
#
|
||||
# Because the null provider is built in, it means that libcrypto must
|
||||
# include all the object files that are needed.
|
||||
$NULLGOAL=../libcrypto
|
||||
SOURCE[$NULLGOAL]=nullprov.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user