summaryrefslogtreecommitdiff
path: root/Makefile.fips
diff options
context:
space:
mode:
authorsteve <steve>2011-11-02 00:57:19 +0000
committersteve <steve>2011-11-02 00:57:19 +0000
commitd17bf0f0bc240a961cbc65e86547db5103a8e859 (patch)
treefb1ec4fdfc68efbcba3095a1b7d29bbc64454e0d /Makefile.fips
parent1c88cf223905f67bac9060bcfbe3d7abc5e3e623 (diff)
downloadopenssl-d17bf0f0bc240a961cbc65e86547db5103a8e859.tar.gz
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 703c9f922..36e9a7d65 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)