mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
606e0426a1
Fixes #18020. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18070)
10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
# 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
|