ssl/kssl.c: include missing header to complete SSL structure's defn.
authormancha security <mancha1@zoho.com>
Mon, 4 May 2015 06:36:42 +0000 (06:36 +0000)
committerMatt 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

index 6ec37424302d3148f5b4878fc62d8bcd14147375..ce435291610e89fc4aaa198cf5cfbe3fce70f75c 100644 (file)
@@ -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