aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-09-29 07:27:04 +1000
committerPauli <paul.dale@oracle.com>2017-09-29 07:38:56 +1000
commitf32b0abe26285c6ba2ff258512c08e8f2fbcbdc9 (patch)
tree84f40de5e43cab5115b8aab7e8be689b32baec78 /ssl
parent1f5e0f92808b06cb914f69ced71eccd830fb67e3 (diff)
downloadopenssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.gz
Remove unnecessary #include <openssl/lhash.h> directives.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4431)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_cert.c1
-rw-r--r--ssl/ssl_lib.c1
-rw-r--r--ssl/ssl_sess.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c
index a517cf11e6..008b58f4bd 100644
--- a/ssl/ssl_cert.c
+++ b/ssl/ssl_cert.c
@@ -13,7 +13,6 @@
#include "internal/nelem.h"
#include "internal/o_dir.h"
-#include <openssl/lhash.h>
#include <openssl/bio.h>
#include <openssl/pem.h>
#include <openssl/x509v3.h>
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 85425a1887..063c312080 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -12,7 +12,6 @@
#include <stdio.h>
#include "ssl_locl.h"
#include <openssl/objects.h>
-#include <openssl/lhash.h>
#include <openssl/x509v3.h>
#include <openssl/rand.h>
#include <openssl/ocsp.h>
diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c
index 1482a3e7c7..dcdf4f6e02 100644
--- a/ssl/ssl_sess.c
+++ b/ssl/ssl_sess.c
@@ -9,7 +9,6 @@
*/
#include <stdio.h>
-#include <openssl/lhash.h>
#include <openssl/rand.h>
#include <openssl/engine.h>
#include "internal/refcount.h"