diff options
author | 2014-05-22 17:33:17 +0000 | |
---|---|---|
committer | 2014-05-22 17:33:17 +0000 | |
commit | be50aea0c942a96ff24dd9fee728a3bbeb42bdf2 (patch) | |
tree | 05f52236a1c2a5f9f397976d11dc8e6cb7912f18 /lib/libssl/s3_lib.c | |
parent | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. (diff) | |
download | wireguard-openbsd-be50aea0c942a96ff24dd9fee728a3bbeb42bdf2.tar.xz wireguard-openbsd-be50aea0c942a96ff24dd9fee728a3bbeb42bdf2.zip |
Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.
ok beck@ miod@
Diffstat (limited to 'lib/libssl/s3_lib.c')
-rw-r--r-- | lib/libssl/s3_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/s3_lib.c b/lib/libssl/s3_lib.c index 7cdd1e2d89c..b99d6c4dd9f 100644 --- a/lib/libssl/s3_lib.c +++ b/lib/libssl/s3_lib.c @@ -151,7 +151,6 @@ #include <stdio.h> #include <openssl/objects.h> #include "ssl_locl.h" -#include "kssl_lcl.h" #ifndef OPENSSL_NO_TLSEXT #ifndef OPENSSL_NO_EC #include "../crypto/ec/ec_lcl.h" |