summaryrefslogtreecommitdiffstats
path: root/crypto/sm2
diff options
context:
space:
mode:
authorJHH20 <jhh.20@icloud.com>2022-05-02 12:50:04 +0200
committerPauli <pauli@openssl.org>2022-05-04 05:46:10 +0200
commite257d3e76ffb848b7607b04057257323dc51c3b4 (patch)
tree16b56cbe3ff608862ff7e9d6e17d5b3f5af27afe /crypto/sm2
parentCHANGES.md: Attribute the OPENSSL_LH_flush() fix properly (diff)
downloadopenssl-e257d3e76ffb848b7607b04057257323dc51c3b4.tar.xz
openssl-e257d3e76ffb848b7607b04057257323dc51c3b4.zip
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/sm2')
-rw-r--r--crypto/sm2/sm2_sign.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/sm2/sm2_sign.c b/crypto/sm2/sm2_sign.c
index 5861f420fb..a2e644b642 100644
--- a/crypto/sm2/sm2_sign.c
+++ b/crypto/sm2/sm2_sign.c
@@ -17,7 +17,6 @@
#include "internal/numbers.h"
#include <openssl/err.h>
#include <openssl/evp.h>
-#include <openssl/err.h>
#include <openssl/bn.h>
#include <string.h>