summaryrefslogtreecommitdiffstats
path: root/fips/rsa/fips_rsastest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rsa/fips_rsastest.c')
-rw-r--r--fips/rsa/fips_rsastest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fips/rsa/fips_rsastest.c b/fips/rsa/fips_rsastest.c
index e0dbe2a0d7..d11b06316b 100644
--- a/fips/rsa/fips_rsastest.c
+++ b/fips/rsa/fips_rsastest.c
@@ -85,7 +85,11 @@ static int rsa_stest(FILE *out, FILE *in, int Saltlen);
static int rsa_printsig(FILE *out, RSA *rsa, const EVP_MD *dgst,
unsigned char *Msg, long Msglen, int Saltlen);
+#ifdef FIPS_ALGVS
+int fips_rsastest_main(int argc, char **argv)
+#else
int main(int argc, char **argv)
+#endif
{
FILE *in = NULL, *out = NULL;