X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fdsa%2Fdsa_ameth.c;h=208c4ec19faaca41ced2b434d400b3b95890516f;hb=b425001010044adbdbcd98f8682694b30b73bbf4;hp=98b531ea24b934f6b5fdef7ce85a63c8bf06100e;hpb=29000e43ea257bf54f6ccb2064b3744853b821b2;p=openssl.git diff --git a/crypto/dsa/dsa_ameth.c b/crypto/dsa/dsa_ameth.c index 98b531ea24..208c4ec19f 100644 --- a/crypto/dsa/dsa_ameth.c +++ b/crypto/dsa/dsa_ameth.c @@ -498,7 +498,7 @@ static size_t dsa_pkey_dirty_cnt(const EVP_PKEY *pkey) } static int dsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, - EVP_KEYMGMT *to_keymgmt, OPENSSL_CTX *libctx, + EVP_KEYMGMT *to_keymgmt, OSSL_LIB_CTX *libctx, const char *propq) { DSA *dsa = from->pkey.dsa;