summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2018-09-03 22:08:17 +0800
committerPaul Yang <yang.yang@baishancloud.com>2018-09-07 18:12:26 +0800
commit5bd0abe7a2f76d8c80f566ae615c10113884d843 (patch)
treef0b7ae03aef82d2bf995dad5e16b91ace2598296 /crypto/include
parent63c5ac801f7ccdbc1e975f880eb74c1bed63d5e4 (diff)
Remove unnecessary sm2_za.c
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/sm2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/include/internal/sm2.h b/crypto/include/internal/sm2.h
index 23e38952b2..11af248b5a 100644
--- a/crypto/include/internal/sm2.h
+++ b/crypto/include/internal/sm2.h
@@ -20,10 +20,6 @@
/* The default user id as specified in GM/T 0009-2012 */
# define SM2_DEFAULT_USERID "1234567812345678"
-int sm2_compute_userid_digest(uint8_t *out,
- const EVP_MD *digest,
- const char *user_id, const EC_KEY *key);
-
/*
* SM2 signature operation. Computes ZA (user id digest) and then signs
* H(ZA || msg) using SM2
@@ -49,7 +45,6 @@ int sm2_sign(const unsigned char *dgst, int dgstlen,
int sm2_verify(const unsigned char *dgst, int dgstlen,
const unsigned char *sig, int siglen, EC_KEY *eckey);
-
/*
* SM2 encryption
*/