In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / test / ssl_test_ctx.c
index 6a3b66bcb98e9ba91ee25c0c3971b44a6f9212e3..f591adf90ba91b294b848154742c8a959a1608f9 100644 (file)
@@ -20,6 +20,9 @@
 # define strcasecmp _stricmp
 #endif
 
+DEFINE_STACK_OF(CONF_VALUE)
+DEFINE_STACK_OF(X509_NAME)
+
 static const int default_app_data_size = 256;
 /* Default set to be as small as possible to exercise fragmentation. */
 static const int default_max_fragment_size = 512;