ssl/kssl.c: include missing header to complete SSL structure's defn.

Signed-off-by: mancha security <mancha1@zoho.com>
Signed-off-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
This commit is contained in:
mancha security 2015-05-04 06:36:42 +00:00 committed by Matt Caswell
parent aacb4f1a6e
commit 34fd7e68a9

View 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