diff options
author | Richard Levitte <levitte@openssl.org> | 2001-07-11 23:11:40 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-07-11 23:11:40 +0200 |
commit | 2a96235bf7ec5ff3359f74f013fd173cd456f5e9 (patch) | |
tree | fc2c9512b54611c918c87163496bffe84129bf7a /ssl/s3_lib.c | |
parent | Private functions do not belong in an exported header file, so move (diff) | |
download | openssl-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.c | 1 |
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; |