summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-07-27 12:22:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-07-27 12:22:08 +0000
commitd2033156c58cbcf0fab846c73dc36dd5c1902d5e (patch)
treea630252f9f4935624343d7785953befa5b519b7c /Makefile.org
parente4c1c03c5b92ad4763a9a7efe7002dfb2c560a5a (diff)
Rename libcrypto.sha1 to libcrypto.a.sha1
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.org b/Makefile.org
index d21007e15d..221ff86ad2 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -205,7 +205,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.sha1
+SIGS= libcrypto.a.sha1
SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
SHARED_SSL=libssl$(SHLIB_EXT)
SHARED_LIBS=
@@ -226,10 +226,10 @@ HEADER= e_os.h
all: Makefile sub_all openssl.pc
sigs: $(SIGS)
-libcrypto.sha1: libcrypto.a
+libcrypto.a.sha1: libcrypto.a
if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
$(RANLIB) libcrypto.a; \
- fips/sha1/fips_standalone_sha1 libcrypto.a > libcrypto.sha1; \
+ fips/sha1/fips_standalone_sha1 libcrypto.a > libcrypto.a.sha1; \
fi
sub_all: