aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-11 21:11:40 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-11 21:11:40 +0000
commit2a96235bf7ec5ff3359f74f013fd173cd456f5e9 (patch)
treefc2c9512b54611c918c87163496bffe84129bf7a /ssl/s3_lib.c
parent1cf9bf00f48a9b877d1c1d61aa8d57c2ed693921 (diff)
downloadopenssl-2a96235bf7ec5ff3359f74f013fd173cd456f5e9.tar.gz
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;