diff options
author | Pauli <paul.dale@oracle.com> | 2017-09-28 23:27:04 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-09-28 23:38:56 +0200 |
commit | f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9 (patch) | |
tree | 84f40de5e43cab5115b8aab7e8be689b32baec78 /crypto/rsa/rsa_crpt.c | |
parent | Use safestack.h exclusively internally. (diff) | |
download | openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.xz openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.zip |
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/rsa/rsa_crpt.c')
-rw-r--r-- | crypto/rsa/rsa_crpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index cc62153039..f4ef8b4381 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -10,7 +10,6 @@ #include <stdio.h> #include <openssl/crypto.h> #include "internal/cryptlib.h" -#include <openssl/lhash.h> #include "internal/bn_int.h" #include <openssl/rand.h> #include "rsa_locl.h" |