Make SM2 functions private
authorJack Lloyd <jack.lloyd@ribose.com>
Fri, 6 Apr 2018 13:45:41 +0000 (09:45 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 4 Jun 2018 10:59:40 +0000 (11:59 +0100)
commite425f90fffd33786b6d45b46b67dc8bb61baecc7
treeccfa1b6a799a793a86ca0fd8dfe277c8a5641a90
parentc4d9ef4cc5bf1c48a74b64879622ae9fd6f26b03
Make SM2 functions private

Address issue #5670

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6386)
15 files changed:
crypto/ec/ec_pmeth.c
crypto/err/openssl.ec
crypto/include/internal/sm2.h [new file with mode: 0644]
crypto/include/internal/sm2err.h [new file with mode: 0644]
crypto/sm2/sm2_crypt.c
crypto/sm2/sm2_err.c
crypto/sm2/sm2_sign.c
crypto/sm2/sm2_za.c
include/openssl/sm2.h [deleted file]
include/openssl/sm2err.h [deleted file]
test/build.info
test/sm2_crypt_internal_test.c [new file with mode: 0644]
test/sm2_sign_internal_test.c [new file with mode: 0644]
test/sm2crypttest.c [deleted file]
test/sm2sigtest.c [deleted file]