summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-11 23:11:40 +0200
committerRichard Levitte <levitte@openssl.org>2001-07-11 23:11:40 +0200
commit2a96235bf7ec5ff3359f74f013fd173cd456f5e9 (patch)
treefc2c9512b54611c918c87163496bffe84129bf7a /ssl/s3_lib.c
parentPrivate functions do not belong in an exported header file, so move (diff)
downloadopenssl-2a96235bf7ec5ff3359f74f013fd173cd456f5e9.tar.xz
openssl-2a96235bf7ec5ff3359f74f013fd173cd456f5e9.zip
Include kssl_lcl.h where needed.
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 6813595cbc..52e2e35a86 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -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;