GnuTLS: Move to more-modern stapling API
[exim.git] / src / src / tls-openssl.c
index 541c45a9435c1e9be3298e04076a48a99194cd08..dc8729106af9147bb2ed71acb789e55b03189a16 100644 (file)
@@ -1312,7 +1312,8 @@ if (!OCSP_check_validity(thisupd, nextupd, EXIM_OCSP_SKEW_SECONDS, EXIM_OCSP_MAX
   }
 
 supply_response:
-  cbinfo->u_ocsp.server.response = resp;       /*XXX stack?*/
+  /*XXX stack? (these tag points are for multiple leaf-cert support for ocsp */
+  cbinfo->u_ocsp.server.response = resp;
 return;
 
 bad: