In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / test / cipherlist_test.c
index b950411c382f1c59b40f3ca4d17b21f5da51758f..3bc103c7370e7d7e9f691605b7a2fb95ee3d4583 100644 (file)
@@ -21,6 +21,8 @@
 #include "internal/nelem.h"
 #include "testutil.h"
 
+DEFINE_STACK_OF_CONST(SSL_CIPHER)
+
 typedef struct cipherlist_test_fixture {
     const char *test_case_name;
     SSL_CTX *server;