In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / test / cipherbytes_test.c
index 370d033a4da75636f7abdacc63d7695cccc80805..9e2c5eaaea58f6e41a7bc207fd4be6910986f84e 100644 (file)
@@ -21,6 +21,8 @@
 #include "internal/nelem.h"
 #include "testutil.h"
 
+DEFINE_STACK_OF(SSL_CIPHER)
+
 static SSL_CTX *ctx;
 static SSL *s;