summaryrefslogtreecommitdiffstats
path: root/crypto/cms
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/cms
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/cms')
-rw-r--r--crypto/cms/cms_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cms/cms_lib.c b/crypto/cms/cms_lib.c
index 9c69764cfd..a2de6db5f2 100644
--- a/crypto/cms/cms_lib.c
+++ b/crypto/cms/cms_lib.c
@@ -14,7 +14,6 @@
#include <openssl/bio.h>
#include <openssl/asn1.h>
#include <openssl/cms.h>
-#include <openssl/cms.h>
#include "internal/sizes.h"
#include "crypto/x509.h"
#include "cms_local.h"