Commit b158049c authored by Paul Yang's avatar Paul Yang Committed by Rich Salz
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4161)
parent 140dab3d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>