aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
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/rsa
parent1f5e0f92808b06cb914f69ced71eccd830fb67e3 (diff)
downloadopenssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.zip
openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.gz
openssl-f32b0abe26285c6ba2ff258512c08e8f2fbcbdc9.tar.bz2
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')
-rw-r--r--crypto/rsa/rsa_crpt.c1
-rw-r--r--crypto/rsa/rsa_lib.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c
index cc62153..f4ef8b4 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"
diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index 45ec813..e43d823 100644
--- a/crypto/rsa/rsa_lib.c
+++ b/crypto/rsa/rsa_lib.c
@@ -11,7 +11,6 @@
#include <openssl/crypto.h>
#include "internal/cryptlib.h"
#include "internal/refcount.h"
-#include <openssl/lhash.h>
#include "internal/bn_int.h"
#include <openssl/engine.h>
#include <openssl/evp.h>