mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
4244504635
This removes a TODO. This function is not needed since any place that needs to do the conversion normally has a special case name2nid table. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13202)
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
SUBDIRS=der
|
|
|
|
SOURCE[../libcommon.a]=provider_err.c provider_ctx.c
|
|
$FIPSCOMMON=provider_util.c capabilities.c bio_prov.c digest_to_nid.c\
|
|
securitycheck.c
|
|
SOURCE[../libnonfips.a]=$FIPSCOMMON securitycheck_default.c
|
|
SOURCE[../libfips.a]=$FIPSCOMMON securitycheck_fips.c
|