提交 dcea51af 编写于 作者: P Paul Yang

Fix no-sm2 issue

Some code is not covered by the macros.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10319)
上级 bdb0e04f
......@@ -1713,10 +1713,14 @@ int speed_main(int argc, char **argv)
int ecdsa_doit[ECDSA_NUM] = { 0 };
int ecdh_doit[EC_NUM] = { 0 };
int eddsa_doit[EdDSA_NUM] = { 0 };
# ifndef OPENSSL_NO_SM2
int sm2_doit[SM2_NUM] = { 0 };
# endif
OPENSSL_assert(OSSL_NELEM(test_curves) >= EC_NUM);
OPENSSL_assert(OSSL_NELEM(test_ed_curves) >= EdDSA_NUM);
# ifndef OPENSSL_NO_SM2
OPENSSL_assert(OSSL_NELEM(test_sm2_curves) >= SM2_NUM);
# endif
#endif /* ndef OPENSSL_NO_EC */
prog = opt_init(argc, argv, speed_options);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册