mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Rollback
This commit is contained in:
committed by
Jacob Barthelmeh
parent
b7ffc263cf
commit
2cc7057071
@@ -6999,7 +6999,6 @@ WOLFSSL_EVP_PKEY* wolfSSL_d2i_PUBKEY(WOLFSSL_EVP_PKEY** out, unsigned char** in,
|
|||||||
pkey->type = EVP_PKEY_RSA;
|
pkey->type = EVP_PKEY_RSA;
|
||||||
if (out != NULL) {
|
if (out != NULL) {
|
||||||
*out = pkey;
|
*out = pkey;
|
||||||
pkey->rsa = (WOLFSSL_RSA*)pkey->pkey.ptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkey->ownRsa = 1;
|
pkey->ownRsa = 1;
|
||||||
|
Reference in New Issue
Block a user