In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / ssl / statem / extensions_clnt.c
index b8fcd8caa51141eac1c93613c1841df23a93e976..764c52322d9b6ca75c6e06f542e761796e7c157b 100644 (file)
 #include "internal/cryptlib.h"
 #include "statem_local.h"
 
+DEFINE_STACK_OF(SRTP_PROTECTION_PROFILE)
+DEFINE_STACK_OF_CONST(SSL_CIPHER)
+DEFINE_STACK_OF(OCSP_RESPID)
+
 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt,
                                           unsigned int context, X509 *x,
                                           size_t chainidx)