From: Richard Levitte Date: Fri, 3 Jun 2016 13:05:03 +0000 (+0200) Subject: Add inclusion of openssl/x509.h in include/openssl/tls1.h X-Git-Tag: OpenSSL_1_1_0-pre6~567 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e30dff9ee2b79bd62a2563f74574c635d716b56f;hp=bffb149054cb326c8b7aeb65995e445c5f890e6a;ds=sidebyside Add inclusion of openssl/x509.h in include/openssl/tls1.h Needed to get the needed declarations for STACK_OF(X509) Reviewed-by: Rich Salz --- diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h index 9446464162..0537828afa 100644 --- a/include/openssl/tls1.h +++ b/include/openssl/tls1.h @@ -51,6 +51,7 @@ # define HEADER_TLS1_H # include +# include #ifdef __cplusplus extern "C" {