aboutsummaryrefslogtreecommitdiffstats
path: root/fips/hmac
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-02 00:57:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-02 00:57:22 +0000
commit3ec9dceb15bfe2f45215e459454211fdc7a20c29 (patch)
treef64255d894ab0451d9c7ad03bbd64ec5951eb5fc /fips/hmac
parent92064785ec89b0c6c202b2a1356b18182ba750fa (diff)
downloadopenssl-3ec9dceb15bfe2f45215e459454211fdc7a20c29.tar.gz
Add fips_algvs utility (from FIPS 2.0 stable branch).
Diffstat (limited to 'fips/hmac')
-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;