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_clnt.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_clnt.c')
-rw-r--r-- | src/lib/libssl/s3_clnt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c index 67e4d069c7..010f9e4e12 100644 --- a/src/lib/libssl/s3_clnt.c +++ b/src/lib/libssl/s3_clnt.c | |||
@@ -150,7 +150,6 @@ | |||
150 | 150 | ||
151 | #include <stdio.h> | 151 | #include <stdio.h> |
152 | #include "ssl_locl.h" | 152 | #include "ssl_locl.h" |
153 | #include "kssl_lcl.h" | ||
154 | #include <openssl/buffer.h> | 153 | #include <openssl/buffer.h> |
155 | #include <openssl/rand.h> | 154 | #include <openssl/rand.h> |
156 | #include <openssl/objects.h> | 155 | #include <openssl/objects.h> |