Include kssl_lcl.h where needed.

This commit is contained in:
Richard Levitte 2001-07-11 21:11:40 +00:00
parent 1cf9bf00f4
commit 2a96235bf7
4 changed files with 4 additions and 2 deletions

View file

@ -64,7 +64,7 @@
#include "ssl_locl.h" #include "ssl_locl.h"
#ifndef OPENSSL_NO_KRB5 #ifndef OPENSSL_NO_KRB5
#include "kssl.h" #include "kssl_lcl.h"
#endif #endif
static SSL_METHOD *ssl3_get_client_method(int ver); static SSL_METHOD *ssl3_get_client_method(int ver);

View file

@ -112,6 +112,7 @@
#include <stdio.h> #include <stdio.h>
#include <openssl/objects.h> #include <openssl/objects.h>
#include "ssl_locl.h" #include "ssl_locl.h"
#include "kssl_lcl.h"
const char *ssl3_version_str="SSLv3" OPENSSL_VERSION_PTEXT; const char *ssl3_version_str="SSLv3" OPENSSL_VERSION_PTEXT;

View file

@ -70,7 +70,7 @@
#include "ssl_locl.h" #include "ssl_locl.h"
#ifndef OPENSSL_NO_KRB5 #ifndef OPENSSL_NO_KRB5
#include "kssl.h" #include "kssl_lcl.h"
#endif /* OPENSSL_NO_KRB5 */ #endif /* OPENSSL_NO_KRB5 */
static SSL_METHOD *ssl3_get_server_method(int ver); static SSL_METHOD *ssl3_get_server_method(int ver);

View file

@ -67,6 +67,7 @@
#include <openssl/lhash.h> #include <openssl/lhash.h>
#include <openssl/x509v3.h> #include <openssl/x509v3.h>
#include "ssl_locl.h" #include "ssl_locl.h"
#include "kssl_lcl.h"
const char *SSL_version_str=OPENSSL_VERSION_TEXT; const char *SSL_version_str=OPENSSL_VERSION_TEXT;