summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_x509.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-03 01:08:33 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-03 01:08:33 +0000
commitcfcf645356b0957e9ec7190e3afb3e4d6c406d5b (patch)
treecc2924b1fd4399c24493f588d78ac0e582fb550d /crypto/asn1/t_x509.c
parentcdbb8c2f26574349b721b651f40f120864848059 (diff)
Make sure applications free up pkey structures and add netscape extension
handling to x509.c
Diffstat (limited to 'crypto/asn1/t_x509.c')
-rw-r--r--crypto/asn1/t_x509.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/t_x509.c b/crypto/asn1/t_x509.c
index 9a8c8bf0ca..4bf1bd4536 100644
--- a/crypto/asn1/t_x509.c
+++ b/crypto/asn1/t_x509.c
@@ -182,6 +182,8 @@ X509 *x;
#endif
BIO_printf(bp,"%12sUnknown Public Key:\n","");
+ EVP_PKEY_free(pkey);
+
n=X509_get_ext_count(x);
if (n > 0)
{