summaryrefslogtreecommitdiffstats
path: root/fips/sha/fips_shatest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/sha/fips_shatest.c')
-rw-r--r--fips/sha/fips_shatest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fips/sha/fips_shatest.c b/fips/sha/fips_shatest.c
index c14df16601..3954777a64 100644
--- a/fips/sha/fips_shatest.c
+++ b/fips/sha/fips_shatest.c
@@ -86,7 +86,11 @@ static int print_dgst(const EVP_MD *md, FILE *out,
static int print_monte(const EVP_MD *md, FILE *out,
unsigned char *Seed, int SeedLen);
+#ifdef FIPS_ALGVS
+int fips_shatest_main(int argc, char **argv)
+#else
int main(int argc, char **argv)
+#endif
{
FILE *in = NULL, *out = NULL;