Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().
authorShane Lontis <shane.lontis@oracle.com>
Wed, 11 Nov 2020 05:04:56 +0000 (15:04 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 13 Nov 2020 00:32:48 +0000 (10:32 +1000)
commita04400fc74bc2ee9ef396c1619d190b48c072a8c
tree1bccb9d4c8bb1470efcd2033233e68edcef0d098
parenta7da4d488d55f68de50a96bd3027cd9fc650d444
Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().

These were added when the EVP_MAC work was being done.
I dont think these lightweight wrappers are required, and it seems better to remove them,
rather than adding documentation.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13372)
crypto/evp/evp_lib.c
include/openssl/evp.h
util/libcrypto.num