diff options
author | Pauli <paul.dale@oracle.com> | 2017-09-29 07:27:04 +1000 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-09-29 07:38:56 +1000 |
commit | f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9 (patch) | |
tree | 84f40de5e43cab5115b8aab7e8be689b32baec78 /crypto/x509/by_dir.c | |
parent | 1f5e0f92808b06cb914f69ced71eccd830fb67e3 (diff) | |
download | openssl-new-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 'crypto/x509/by_dir.c')
-rw-r--r-- | crypto/x509/by_dir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index b83a473017..03c3cde96b 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" |