summaryrefslogtreecommitdiffstats
path: root/fips/hmac/fips_hmactest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/hmac/fips_hmactest.c')
-rw-r--r--fips/hmac/fips_hmactest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fips/hmac/fips_hmactest.c b/fips/hmac/fips_hmactest.c
index 07c18bfdfa..da9c8d7926 100644
--- a/fips/hmac/fips_hmactest.c
+++ b/fips/hmac/fips_hmactest.c
@@ -85,7 +85,11 @@ static int print_hmac(const EVP_MD *md, FILE *out,
unsigned char *Key, int Klen,
unsigned char *Msg, int Msglen, int Tlen);
+#ifdef FIPS_ALGVS
+int fips_hmactest_main(int argc, char **argv)
+#else
int main(int argc, char **argv)
+#endif
{
FILE *in = NULL, *out = NULL;