summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
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 /Makefile.fips
parent92064785ec89b0c6c202b2a1356b18182ba750fa (diff)
Add fips_algvs utility (from FIPS 2.0 stable branch).
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 703c9f9228..36e9a7d65b 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -387,6 +387,8 @@ build_apps:
@dir=apps; target=all; $(BUILD_ONE_CMD)
build_tests:
@dir=test; target=fipsexe; $(BUILD_ONE_CMD)
+build_algvs:
+ @dir=test; target=fipsalgvs; $(BUILD_ONE_CMD)
build_tools:
@dir=tools; target=all; $(BUILD_ONE_CMD)