In OpenSSL builds, declare STACK for datatypes ...
[oweals/openssl.git] / include / openssl / crypto.h
index e20d17b5d9843bfff3a4e71d62f25523a8d5324f..0b3a20dfd27faae7425dea115af5c2867c8f563c 100644 (file)
@@ -169,7 +169,8 @@ struct crypto_ex_data_st {
     OPENSSL_CTX *ctx;
     STACK_OF(void) *sk;
 };
-DEFINE_STACK_OF(void)
+
+DEFINE_OR_DECLARE_STACK_OF(void)
 
 /*
  * Per class, we have a STACK of function pointers.