提交 b158049c 编写于 作者: P Paul Yang 提交者: Rich Salz

Use new setup_tests in code of rsa_test

Although this piece of code will not be compiled at current stage, but
there seems a plan to re-open the 'no-rsa' option in the future so this
should be fixed.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4161)
上级 140dab3d
......@@ -22,9 +22,10 @@
#include "testutil.h"
#ifdef OPENSSL_NO_RSA
void setup_tests(void)
int setup_tests(void)
{
/* No tests */
return 1;
}
#else
# include <openssl/rsa.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册