On Sat, Apr 14, 2018 at 03:10:47PM +0300, Nicola wrote: > > Functions that might possibly be missing are: > > EVP_PKEY_asn1_set_item > > EVP_PKEY_meth_get_init > > EVP_PKEY_meth_get_verify_recover > > EVP_PKEY_meth_get_keygen > > EVP_PKEY_meth_get_derive > > EVP_PKEY_meth_get_verifyctx > > EVP_PKEY_meth_get_paramgen > > EVP_PKEY_meth_get_verify > > EVP_PKEY_meth_get_sign > > EVP_PKEY_meth_get_signctx > > EVP_PKEY_meth_get_ctrl > > EVP_PKEY_meth_get_decrypt > > EVP_PKEY_meth_get_cleanup > > EVP_PKEY_meth_get_encrypt > > EVP_PKEY_meth_get_copy > > > > Thanks for the list and for the explanation about >= 1.1.0. > > Out of curiosity can I ask how did you generate the list of possibly > missing symbols?
I've just looked at the util/*.num files, the files at the bottom. Kurt