summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-07-28 15:08:00 +0000
committerBen Laurie <ben@openssl.org>2003-07-28 15:08:00 +0000
commite2ced802b4a00e41bd260cc375b2dd4f20fb4184 (patch)
treed4d64ff98f9c83778f7e1189cc8f95b07f5f1287 /Makefile.org
parent9163658aa8232cb4580d46d8fe58f84dcf5b9a34 (diff)
Add support for partial CFB modes, make tests work, update dependencies.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 486db65952..ec9c4eefb8 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -202,7 +202,7 @@ ONEDIRS=out tmp
EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
WDIRS= windows
LIBS= libcrypto.a libssl.a
-SIGS= libcrypto.a.sha1 libcrypto$(SHLIBEXT).sha1
+SIGS= libcrypto.sha1
SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
SHARED_SSL=libssl$(SHLIB_EXT)
SHARED_LIBS=
@@ -222,6 +222,10 @@ HEADER= e_os.h
all: Makefile.ssl sub_all openssl.pc sigs
+sigs:
+ fips/sha1/fips_standalone_sha1 libcrypto.a > libcrypto.sha1
+ if [ "$(SHLIBEXT)" != "" ]; then fips/sha1/fips_standalone_sha1 libcrypto$(SHLIBEXT) >> libcrypto.sha1; fi
+
sub_all:
@for i in $(DIRS); \
do \