Initialise OCSP-related pointers before use.
[exim.git] / src / src / tls-openssl.c
index 44099358571305d630273530cf2f3cd135423f5f..67c9c3767d4cc443f1c223a088d88da40bcfde04 100644 (file)
@@ -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;