]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/store/build.info
STORE: Deprecate legacy / ENGINE functions
[thirdparty/openssl.git] / crypto / store / build.info
index bd19237ba49d158dfbc99d0fe4e8caa008857fa8..43d9e544a01f4d169d3ff554d5305a723debb378 100644 (file)
@@ -1,4 +1,7 @@
 LIBS=../../libcrypto
 SOURCE[../../libcrypto]=\
-        store_err.c store_lib.c store_result.c store_strings.c store_meth.c \
-        store_init.c store_register.c
+        store_err.c store_lib.c store_result.c store_strings.c store_meth.c
+
+IF[{- !$disabled{'deprecated-3.0'} -}]
+  SOURCE[../../libcrypto]=store_init.c store_register.c
+ENDIF