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/ex_data.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/ex_data.c')
-rw-r--r-- | crypto/ex_data.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/ex_data.c b/crypto/ex_data.c index 30b16f9457..78162b5c09 100644 --- a/crypto/ex_data.c +++ b/crypto/ex_data.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -9,7 +9,6 @@ #include "internal/cryptlib_int.h" #include "internal/thread_once.h" -#include <openssl/lhash.h> /* * Each structure type (sometimes called a class), that supports |