Commit e30dff9e authored by Richard Levitte's avatar Richard Levitte
Browse files

Add inclusion of openssl/x509.h in include/openssl/tls1.h



Needed to get the needed declarations for STACK_OF(X509)

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent bffb1490
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
# define HEADER_TLS1_H

# include <openssl/buffer.h>
# include <openssl/x509.h>

#ifdef  __cplusplus
extern "C" {