Remove ossl_prov_util_nid_to_name()
authorShane Lontis <shane.lontis@oracle.com>
Wed, 21 Oct 2020 00:57:52 +0000 (10:57 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 22 Oct 2020 10:42:42 +0000 (20:42 +1000)
commit42445046354a4ac7671143600e888c6b230e56ff
tree5b911261f6fe7607ba06a1035f5a1ab01cdc67b4
parent3d914185b7830a5530b31d3430c9cc16835aeb02
Remove ossl_prov_util_nid_to_name()

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)
doc/internal/man3/ossl_prov_util_nid_to_name.pod [deleted file]
providers/common/build.info
providers/common/include/prov/providercommon.h
providers/common/nid_to_name.c [deleted file]
providers/fips/fipsprov.c