Add inclusion of openssl/x509.h in include/openssl/tls1.h
[openssl.git] / 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" {