aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lu.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-09-26 13:25:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-09-26 13:25:19 +0000
commit019bfef89964105cdf9256b6a6bc0aa7790bd020 (patch)
treefb6b0222b662215efb6d39b20287dcb9d567d125 /crypto/x509/x509_lu.c
parent0709249f4c5cf7cf5891353d9d4b12355f4e3d4c (diff)
downloadopenssl-019bfef89964105cdf9256b6a6bc0aa7790bd020.tar.gz
Initialize new callbacks and make sure hent is always initialized.
Diffstat (limited to 'crypto/x509/x509_lu.c')
-rw-r--r--crypto/x509/x509_lu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c
index ead1e0b811..e29c35c861 100644
--- a/crypto/x509/x509_lu.c
+++ b/crypto/x509/x509_lu.c
@@ -196,6 +196,8 @@ X509_STORE *X509_STORE_new(void)
ret->get_crl = 0;
ret->check_crl = 0;
ret->cert_crl = 0;
+ ret->lookup_certs = 0;
+ ret->lookup_crls = 0;
ret->cleanup = 0;
CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE, ret, &ret->ex_data);