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, 2 insertions, 0 deletions
diff --git a/providers/implementations/asymciphers/sm2_enc.c b/providers/implementations/asymciphers/sm2_enc.c
index a67e2c26e4..b1f62b03c7 100644
--- a/providers/implementations/asymciphers/sm2_enc.c
+++ b/providers/implementations/asymciphers/sm2_enc.c
@@ -7,6 +7,8 @@
* https://www.openssl.org/source/license.html
*/
+#include "internal/deprecated.h"
+
#include <openssl/crypto.h>
#include <openssl/evp.h>
#include <openssl/core_dispatch.h>