Add fips_algvs utility (from FIPS 2.0 stable branch).
[openssl.git] / Makefile.fips
index 703c9f9228921a4297c093dab00c8d447fe73831..36e9a7d65bfd04e3f6b2f292b0960a894ebfd8d8 100644 (file)
@@ -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)