summaryrefslogtreecommitdiff
path: root/apps/errstr.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 /apps/errstr.c
parent1f5e0f92808b06cb914f69ced71eccd830fb67e3 (diff)
downloadopenssl-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 'apps/errstr.c')
-rw-r--r--apps/errstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/errstr.c b/apps/errstr.c
index 8b993fa20e..a02fa689dc 100644
--- a/apps/errstr.c
+++ b/apps/errstr.c
@@ -12,7 +12,6 @@
#include <string.h>
#include "apps.h"
#include <openssl/bio.h>
-#include <openssl/lhash.h>
#include <openssl/err.h>
#include <openssl/ssl.h>