diff options
author | Matt Caswell <matt@openssl.org> | 2018-03-19 17:17:58 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-19 18:12:19 +0100 |
commit | 1bf2cc237e8ac8177a36d179441327f170f96f1b (patch) | |
tree | c22806bfdc88cdfbc67b2e62f1a9693038427477 /util/libcrypto.num | |
parent | Fix no-posix-io compile failure (diff) | |
download | openssl-1bf2cc237e8ac8177a36d179441327f170f96f1b.tar.xz openssl-1bf2cc237e8ac8177a36d179441327f170f96f1b.zip |
Fix no-sm2
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5673)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 96cbb2c3df..07d9d27d21 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4514,13 +4514,13 @@ EVP_PKEY_new_CMAC_key 4455 1_1_1 EXIST::FUNCTION: EVP_PKEY_asn1_set_set_priv_key 4456 1_1_1 EXIST::FUNCTION: EVP_PKEY_asn1_set_set_pub_key 4457 1_1_1 EXIST::FUNCTION: RAND_DRBG_set_defaults 4458 1_1_1 EXIST::FUNCTION: -SM2_decrypt 4459 1_1_1 EXIST::FUNCTION: -SM2_do_sign 4460 1_1_1 EXIST::FUNCTION: -SM2_compute_userid_digest 4461 1_1_1 EXIST::FUNCTION: -SM2_encrypt 4462 1_1_1 EXIST::FUNCTION: -SM2_ciphertext_size 4463 1_1_1 EXIST::FUNCTION: -SM2_verify 4464 1_1_1 EXIST::FUNCTION: -SM2_do_verify 4465 1_1_1 EXIST::FUNCTION: -SM2_sign 4466 1_1_1 EXIST::FUNCTION: -ERR_load_SM2_strings 4467 1_1_1 EXIST::FUNCTION: -SM2_plaintext_size 4468 1_1_1 EXIST::FUNCTION: +SM2_decrypt 4459 1_1_1 EXIST::FUNCTION:SM2 +SM2_do_sign 4460 1_1_1 EXIST::FUNCTION:SM2 +SM2_compute_userid_digest 4461 1_1_1 EXIST::FUNCTION:SM2 +SM2_encrypt 4462 1_1_1 EXIST::FUNCTION:SM2 +SM2_ciphertext_size 4463 1_1_1 EXIST::FUNCTION:SM2 +SM2_verify 4464 1_1_1 EXIST::FUNCTION:SM2 +SM2_do_verify 4465 1_1_1 EXIST::FUNCTION:SM2 +SM2_sign 4466 1_1_1 EXIST::FUNCTION:SM2 +ERR_load_SM2_strings 4467 1_1_1 EXIST::FUNCTION:SM2 +SM2_plaintext_size 4468 1_1_1 EXIST::FUNCTION:SM2 |