summaryrefslogtreecommitdiffstats
path: root/providers/implementations/include/prov/implementations.h
diff options
context:
space:
mode:
authorPaul Yang <kaishen.yy@antfin.com>2020-07-26 23:25:49 +0800
committerMatt Caswell <matt@openssl.org>2020-09-22 08:17:57 +0100
commit7ee511d093758360ed421e420cc29d9aaf11f143 (patch)
treeb5a7bc5b27c9db3a6e23d73ceb7864b4553bc426 /providers/implementations/include/prov/implementations.h
parent6b1428ac12749f7ff0e49be363e9f7097f0e58b0 (diff)
Add SM2 key management
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12536)
Diffstat (limited to 'providers/implementations/include/prov/implementations.h')
-rw-r--r--providers/implementations/include/prov/implementations.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/providers/implementations/include/prov/implementations.h b/providers/implementations/include/prov/implementations.h
index 5c5f47f12e..748ccf46fb 100644
--- a/providers/implementations/include/prov/implementations.h
+++ b/providers/implementations/include/prov/implementations.h
@@ -280,6 +280,9 @@ extern const OSSL_DISPATCH ec_keymgmt_functions[];
extern const OSSL_DISPATCH kdf_keymgmt_functions[];
extern const OSSL_DISPATCH mac_legacy_keymgmt_functions[];
extern const OSSL_DISPATCH cmac_legacy_keymgmt_functions[];
+#ifndef OPENSSL_NO_SM2
+extern const OSSL_DISPATCH sm2_keymgmt_functions[];
+#endif
/* Key Exchange */
extern const OSSL_DISPATCH dh_keyexch_functions[];