diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-22 17:33:18 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-22 17:33:18 +0000 |
commit | 2904d7dcbeb5d994372df74446a382da10e258a8 (patch) | |
tree | 64de3b06b0b3b3c45ba00a86d0201a1d0ca3ad49 /lib/libssl/s3_lib.c | |
parent | 75df59f1688ba45e7a931895e5948b16692477d4 (diff) |
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" |