aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/by_dir.c
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 /crypto/x509/by_dir.c
parent1f5e0f92808b06cb914f69ced71eccd830fb67e3 (diff)
downloadopenssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.zip
openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.gz
openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.bz2
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 'crypto/x509/by_dir.c')
-rw-r--r--crypto/x509/by_dir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c
index b83a473..03c3cde 100644
--- a/crypto/x509/by_dir.c
+++ b/crypto/x509/by_dir.c
@@ -18,8 +18,6 @@
# include <sys/stat.h>
#endif
-
-#include <openssl/lhash.h>
#include <openssl/x509.h>
#include "internal/x509_int.h"
#include "x509_lcl.h"