summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2018-09-06 10:36:11 +0800
committerPaul Yang <yang.yang@baishancloud.com>2018-09-07 18:12:26 +0800
commitf922dac87d859cc7419207301533fe89582ac3ea (patch)
treea7d0be575811d964b1c6dffd66298cb96ac4666d /crypto/include
parent81c7945388a49799f819f5ca5bfe6acd506840c3 (diff)
Add missing SM2err and fix doc nits
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7113)
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/sm2err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/include/internal/sm2err.h b/crypto/include/internal/sm2err.h
index 62f2aa2a10..a4db1b73d7 100644
--- a/crypto/include/internal/sm2err.h
+++ b/crypto/include/internal/sm2err.h
@@ -23,6 +23,7 @@ int ERR_load_SM2_strings(void);
/*
* SM2 function codes.
*/
+# define SM2_F_PKEY_SM2_COPY 115
# define SM2_F_PKEY_SM2_CTRL 109
# define SM2_F_PKEY_SM2_CTRL_STR 110
# define SM2_F_PKEY_SM2_DIGEST_CUSTOM 114