mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
5687e357c6
From providers/common/ to providers/implementations/ Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10088)
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
SUBDIRS=digests ciphers
|
|
|
|
SOURCE[../libcommon.a]=provider_err.c provlib.c
|
|
$FIPSCOMMON=provider_util.c
|
|
SOURCE[../libnonfips.a]=$FIPSCOMMON
|
|
SOURCE[../libfips.a]=$FIPSCOMMON
|