summaryrefslogtreecommitdiffstats
path: root/providers/implementations/asymciphers/sm2_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/asymciphers/sm2_enc.c')
-rw-r--r--providers/implementations/asymciphers/sm2_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/asymciphers/sm2_enc.c b/providers/implementations/asymciphers/sm2_enc.c
index 3dd4d83838..923ee5694a 100644
--- a/providers/implementations/asymciphers/sm2_enc.c
+++ b/providers/implementations/asymciphers/sm2_enc.c
@@ -15,8 +15,8 @@
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/err.h>
+#include <openssl/proverr.h>
#include <crypto/sm2.h>
-#include "prov/providercommonerr.h"
#include "prov/provider_ctx.h"
#include "prov/implementations.h"
#include "prov/provider_util.h"