In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / ocsp / ocsp_srv.c
index b9253b36d980fc35f1644a933560110229dff790..3cfe3649ccb12fc4cf3679b79b9fbb9afa2c92eb 100644 (file)
 #include <openssl/ocsp.h>
 #include "ocsp_local.h"
 
+DEFINE_STACK_OF(OCSP_ONEREQ)
+DEFINE_STACK_OF(X509)
+DEFINE_STACK_OF(OCSP_SINGLERESP)
+
 /*
  * Utility functions related to sending OCSP responses and extracting
  * relevant information from the request.