8 lines
282 B
Text
Vendored
8 lines
282 B
Text
Vendored
# We make separate GOAL variables for each algorithm, to make it easy to
|
|
# switch each to the Legacy provider when needed.
|
|
|
|
$AES_GOAL=../../libdefault.a ../../libfips.a
|
|
$GENERIC_GOAL=../../libdefault.a ../../libfips.a
|
|
|
|
SOURCE[$AES_GOAL]=aes_skmgmt.c
|
|
SOURCE[$GENERIC_GOAL]=generic.c
|