mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
8083fd3a18
Embed libctx in dsa and dh objects and cleanup internal methods to not pass libctx (This makes it consistent with the rsa changes) Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10910)
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=ffc_params.c ffc_params_generate.c ffc_key_generate.c\
|
|
ffc_params_validate.c ffc_key_validate.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|