提交 2a96235b 编写于 作者: R Richard Levitte

Include kssl_lcl.h where needed.

上级 1cf9bf00
......@@ -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);
......
......@@ -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;
......
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册