mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
a8f6d2642d
It contains only one function, which should only get added to non-FIPS providers. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10389)
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
SUBDIRS=digests ciphers
|
|
|
|
SOURCE[../libcommon.a]=provider_err.c
|
|
$FIPSCOMMON=provider_util.c
|
|
SOURCE[../libnonfips.a]=$FIPSCOMMON nid_to_name.c
|
|
SOURCE[../libfips.a]=$FIPSCOMMON
|