From 3ec9dceb15bfe2f45215e459454211fdc7a20c29 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 2 Nov 2011 00:57:22 +0000 Subject: Add fips_algvs utility (from FIPS 2.0 stable branch). --- fips/hmac/fips_hmactest.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fips/hmac') 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; -- cgit v1.2.3