X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasn1%2Fx_pubkey.c;h=7a05d575c992da5f7ec1ead114ae31eac4d9af91;hp=81e9815222ac6ebb1cc0e43867e07b49964309d4;hb=e77066ea0a1a339a22bd5226eb08f139f67e96fe;hpb=d12cd419009ed7b57245ac9ba65df06705aa259f diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c index 81e9815222..7a05d575c9 100644 --- a/crypto/asn1/x_pubkey.c +++ b/crypto/asn1/x_pubkey.c @@ -183,8 +183,10 @@ int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey) Free(s); +#if 0 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY); pk->pkey=pkey; +#endif if (*x != NULL) X509_PUBKEY_free(*x);