In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / test / v3nametest.c
index d17ab7146a805f0425478d55317d6ec7edbd1bf2..507b0fcf9fb6842fbe025961bc0613bda6a201f1 100644 (file)
@@ -19,6 +19,8 @@
 # define strcasecmp _stricmp
 #endif
 
+DEFINE_STACK_OF(GENERAL_NAME)
+
 static const char *const names[] = {
     "a", "b", ".", "*", "@",
     ".a", "a.", ".b", "b.", ".*", "*.", "*@", "@*", "a@", "@a", "b@", "..",