diff options
author | jsing <> | 2014-05-22 17:33:17 +0000 |
---|---|---|
committer | jsing <> | 2014-05-22 17:33:17 +0000 |
commit | 73ba9d7f75a3ade97bc0a8f1bd930293a05fda84 (patch) | |
tree | 404248f38c481332efe086ee174e9812c9482dbb /src/lib/libssl/s3_lib.c | |
parent | b12f5a1ba8fdae33667e9e90e0f2780bd9118e29 (diff) | |
download | openbsd-73ba9d7f75a3ade97bc0a8f1bd930293a05fda84.tar.gz openbsd-73ba9d7f75a3ade97bc0a8f1bd930293a05fda84.tar.bz2 openbsd-73ba9d7f75a3ade97bc0a8f1bd930293a05fda84.zip |
Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.
ok beck@ miod@
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r-- | src/lib/libssl/s3_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c index 7cdd1e2d89..b99d6c4dd9 100644 --- a/src/lib/libssl/s3_lib.c +++ b/src/lib/libssl/s3_lib.c | |||
@@ -151,7 +151,6 @@ | |||
151 | #include <stdio.h> | 151 | #include <stdio.h> |
152 | #include <openssl/objects.h> | 152 | #include <openssl/objects.h> |
153 | #include "ssl_locl.h" | 153 | #include "ssl_locl.h" |
154 | #include "kssl_lcl.h" | ||
155 | #ifndef OPENSSL_NO_TLSEXT | 154 | #ifndef OPENSSL_NO_TLSEXT |
156 | #ifndef OPENSSL_NO_EC | 155 | #ifndef OPENSSL_NO_EC |
157 | #include "../crypto/ec/ec_lcl.h" | 156 | #include "../crypto/ec/ec_lcl.h" |