Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/openssl/providers/implementations/storemgmt/build.info
48292 views
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$STORE_GOAL=../../libdefault.a

SOURCE[$STORE_GOAL]=file_store.c file_store_any2obj.c
IF[{- !$disabled{winstore} -}]
    SOURCE[$STORE_GOAL]=winstore_store.c
ENDIF