In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / ssl / statem / statem_clnt.c
index eb4d416b6b4c63f62e82d813ab57b48598840b8b..4e43117ca29424a0c52f255b5d3d75139a6e7af7 100644 (file)
 #include <openssl/trace.h>
 #include <internal/cryptlib.h>
 
+DEFINE_STACK_OF(X509)
+DEFINE_STACK_OF(SSL_COMP)
+DEFINE_STACK_OF_CONST(SSL_CIPHER)
+
 static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s, PACKET *pkt);
 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt);