Remove key->rsa setting in EVP_PKEY_get1_RSA

This commit is contained in:
Takashi Kojo
2017-04-07 16:09:41 +09:00
committed by Jacob Barthelmeh
parent 2cc7057071
commit 071e11ed58

View File

@ -23865,7 +23865,6 @@ WOLFSSL_RSA* wolfSSL_EVP_PKEY_get1_RSA(WOLFSSL_EVP_PKEY* key)
wolfSSL_RSA_free(local);
local = NULL;
}
key->rsa = local;
return local;
}