summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorJHH20 <jhh.20@icloud.com>2022-05-02 19:50:04 +0900
committerPauli <pauli@openssl.org>2022-05-04 13:46:10 +1000
commite257d3e76ffb848b7607b04057257323dc51c3b4 (patch)
tree16b56cbe3ff608862ff7e9d6e17d5b3f5af27afe /crypto/evp
parentcac250755efd0c40cc6127a0e4baceb8d226c7e3 (diff)
Remove duplicated #include headers
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18220)
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp_fetch.c1
-rw-r--r--crypto/evp/p_seal.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/evp_fetch.c b/crypto/evp/evp_fetch.c
index 90759c9f7a..25ecd1b912 100644
--- a/crypto/evp/evp_fetch.c
+++ b/crypto/evp/evp_fetch.c
@@ -17,7 +17,6 @@
#include "internal/core.h"
#include "internal/provider.h"
#include "internal/namemap.h"
-#include "internal/property.h"
#include "crypto/evp.h" /* evp_local.h needs it */
#include "evp_local.h"
diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c
index 475082d431..b52d33c235 100644
--- a/crypto/evp/p_seal.c
+++ b/crypto/evp/p_seal.c
@@ -15,7 +15,6 @@
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
-#include <openssl/evp.h>
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
unsigned char **ek, int *ekl, unsigned char *iv,