mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
update pmeth/ameth
This commit is contained in:
@@ -47,7 +47,14 @@ static const EVP_PKEY_METHOD *standard_methods[] = {
|
||||
#ifndef OPENSSL_NO_EC
|
||||
&ecx25519_pkey_meth,
|
||||
#endif
|
||||
&hkdf_pkey_meth
|
||||
&hkdf_pkey_meth,
|
||||
#ifndef OPENSSL_NO_SM9
|
||||
&sm9_pkey_meth,
|
||||
&sm9_master_pkey_meth,
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_PAILLIER
|
||||
&paillier_pkey_meth,
|
||||
#endif
|
||||
};
|
||||
|
||||
DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_METHOD *, const EVP_PKEY_METHOD *,
|
||||
|
||||
Reference in New Issue
Block a user