projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8fcf27
)
Initialise OCSP-related pointers before use.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 18 Dec 2012 16:36:27 +0000
(16:36 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 18 Dec 2012 16:39:13 +0000
(16:39 +0000)
src/src/tls-openssl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 44099358571305d630273530cf2f3cd135423f5f..67c9c3767d4cc443f1c223a088d88da40bcfde04 100644
(file)
--- a/
src/src/tls-openssl.c
+++ b/
src/src/tls-openssl.c
@@
-788,6
+788,8
@@
cbinfo->certificate = certificate;
cbinfo->privatekey = privatekey;
#ifdef EXPERIMENTAL_OCSP
cbinfo->ocsp_file = ocsp_file;
+cbinfo->ocsp_file_expanded = NULL;
+cbinfo->ocsp_response = NULL;
#endif
cbinfo->dhparam = dhparam;
cbinfo->host = host;