libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c
authortb <tb@openbsd.org>
Wed, 1 Mar 2023 10:57:08 +0000 (10:57 +0000)
committertb <tb@openbsd.org>
Wed, 1 Mar 2023 10:57:08 +0000 (10:57 +0000)
commit802d2d2b5848df4f0943de2223935057286a4d82
tree28d80a56845d76b31f6370717e63d690e2fd4b84
parentf82bd1c6327a0ab418a95aa15be2508ca2740a32
libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c

This is the file as of OpenSSL 1.1.1 commit 82dfb986. Call the file
cipher_method_lib.c since the short names in this directory are hard
enough to read. This is a first step towards providing the poorly
named EVP_CIPHER_meth_* API which is needed by some projects because
of EVP_CIPHER opacity.

ok jsing
lib/libcrypto/evp/cipher_method_lib.c [new file with mode: 0644]