Add inclusion of openssl/x509.h in include/openssl/tls1.h
authorRichard Levitte <levitte@openssl.org>
Fri, 3 Jun 2016 13:05:03 +0000 (15:05 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 3 Jun 2016 23:22:08 +0000 (01:22 +0200)
Needed to get the needed declarations for STACK_OF(X509)

Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/tls1.h

index 9446464162aa110aa3c8b0f01719b56732d055a2..0537828afabd66d2c6f179436c113191dfd471e6 100644 (file)
@@ -51,6 +51,7 @@
 # define HEADER_TLS1_H
 
 # include <openssl/buffer.h>
+# include <openssl/x509.h>
 
 #ifdef  __cplusplus
 extern "C" {