summaryrefslogtreecommitdiffstats
path: root/fips/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-26 13:59:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-26 13:59:11 +0000
commited0a35f222b3bd23d887205e7fef37a55045c0d1 (patch)
treed3443ccc98a24cacbea51fa3dc08441e8bed5abe /fips/Makefile
parent2bc3ad28b3ff60779ba0056edc05aa26f58e19b2 (diff)
Install fips_standalone_sha1 and make use of it in fipsld script.
Diffstat (limited to 'fips/Makefile')
-rw-r--r--fips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/Makefile b/fips/Makefile
index 61056a8f59..1eebfb45d7 100644
--- a/fips/Makefile
+++ b/fips/Makefile
@@ -51,7 +51,7 @@ SRC= $(LIBSRC)
EXHEADER=fips.h fipssyms.h
HEADER=$(EXHEADER) fips_utl.h fips_locl.h
-EXE=fipsld
+EXE=fipsld fips_standalone_sha1
ALL= $(GENERAL) $(SRC) $(HEADER)