aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.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/x509_vfy.c
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 'crypto/x509/x509_vfy.c')
-rw-r--r--crypto/x509/x509_vfy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index d4a5f3a6ba..9ebda1bb1f 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -15,7 +15,6 @@
#include "internal/ctype.h"
#include "internal/cryptlib.h"
#include <openssl/crypto.h>
-#include <openssl/lhash.h>
#include <openssl/buffer.h>
#include <openssl/evp.h>
#include <openssl/asn1.h>