ossl_shim: const cast the param arguments to avoid errors
[openssl.git] / test / ssltest_old.c
index dca0694ecf60386e9871defbc1de6e40878365c3..d45b2786d31bfc55790dfcd6095bdf73333a95d3 100644 (file)
@@ -81,6 +81,9 @@
 # include <unistd.h>
 #endif
 
+DEFINE_STACK_OF(SSL_COMP)
+DEFINE_STACK_OF_STRING()
+
 static SSL_CTX *s_ctx = NULL;
 static SSL_CTX *s_ctx2 = NULL;