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:
aacb4f1
)
ssl/kssl.c: include missing header to complete SSL structure's defn.
author
mancha security
<mancha1@zoho.com>
Mon, 4 May 2015 06:36:42 +0000
(06:36 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 5 May 2015 08:06:22 +0000
(09:06 +0100)
Signed-off-by: mancha security <mancha1@zoho.com>
Signed-off-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
ssl/kssl.c
patch
|
blob
|
history
diff --git
a/ssl/kssl.c
b/ssl/kssl.c
index 6ec37424302d3148f5b4878fc62d8bcd14147375..ce435291610e89fc4aaa198cf5cfbe3fce70f75c 100644
(file)
--- a/
ssl/kssl.c
+++ b/
ssl/kssl.c
@@
-79,6
+79,7
@@
#include <openssl/objects.h>
#include <openssl/krb5_asn.h>
#include "kssl_lcl.h"
+#include "ssl_locl.h"
#ifndef OPENSSL_NO_KRB5