xref: /freebsd/crypto/openssl/providers/implementations/storemgmt/build.info (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1# We make separate GOAL variables for each algorithm, to make it easy to
2# switch each to the Legacy provider when needed.
3
4$STORE_GOAL=../../libdefault.a
5
6SOURCE[$STORE_GOAL]=file_store.c file_store_any2obj.c
7IF[{- !$disabled{winstore} -}]
8    SOURCE[$STORE_GOAL]=winstore_store.c
9ENDIF
10