projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bffb149
)
Add inclusion of openssl/x509.h in include/openssl/tls1.h
author
Richard Levitte
<levitte@openssl.org>
Fri, 3 Jun 2016 13:05:03 +0000
(15:05 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/include/openssl/tls1.h
b/include/openssl/tls1.h
index 9446464162aa110aa3c8b0f01719b56732d055a2..0537828afabd66d2c6f179436c113191dfd471e6 100644
(file)
--- a/
include/openssl/tls1.h
+++ b/
include/openssl/tls1.h
@@
-51,6
+51,7
@@
# define HEADER_TLS1_H
# include <openssl/buffer.h>
+# include <openssl/x509.h>
#ifdef __cplusplus
extern "C" {