Commit 2a96235b authored by Richard Levitte's avatar Richard Levitte
Browse files

Include kssl_lcl.h where needed.

parent 1cf9bf00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
#include "ssl_locl.h"

#ifndef OPENSSL_NO_KRB5
#include "kssl.h"
#include "kssl_lcl.h"
#endif

static SSL_METHOD *ssl3_get_client_method(int ver);
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@
#include <stdio.h>
#include <openssl/objects.h>
#include "ssl_locl.h"
#include "kssl_lcl.h"

const char *ssl3_version_str="SSLv3" OPENSSL_VERSION_PTEXT;

+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@
#include "ssl_locl.h"

#ifndef OPENSSL_NO_KRB5
#include "kssl.h"
#include "kssl_lcl.h"
#endif /* OPENSSL_NO_KRB5 */

static SSL_METHOD *ssl3_get_server_method(int ver);
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@
#include <openssl/lhash.h>
#include <openssl/x509v3.h>
#include "ssl_locl.h"
#include "kssl_lcl.h"

const char *SSL_version_str=OPENSSL_VERSION_TEXT;