diff options
author | Geoff Thorpe <geoff@openssl.org> | 2000-06-13 12:59:38 +0000 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2000-06-13 12:59:38 +0000 |
commit | 1c4f90a05dffca6663f1392ed74fe51a13cc46f1 (patch) | |
tree | c1bb425488951746e11cee605083bd97b12ae0af /crypto/lhash | |
parent | 44317f04b1d3b904429fdd44539574cb90bb5b34 (diff) | |
download | openssl-new-1c4f90a05dffca6663f1392ed74fe51a13cc46f1.tar.gz |
Enable DSO support on alpha (OSF1), cc and gcc.
Also, "make update" has added some missing functions to libeay.num,
updated the TABLE for the alpha changes, and updated thousands of
dependancies that have changed from recent commits.
Diffstat (limited to 'crypto/lhash')
-rw-r--r-- | crypto/lhash/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/lhash/Makefile.ssl b/crypto/lhash/Makefile.ssl index 836997d048..9afba2f901 100644 --- a/crypto/lhash/Makefile.ssl +++ b/crypto/lhash/Makefile.ssl @@ -84,6 +84,6 @@ lh_stats.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h lh_stats.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h lh_stats.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h lh_stats.o: ../../include/openssl/stack.h ../cryptlib.h -lhash.o: ../../include/openssl/crypto.h ../../include/openssl/lhash.h -lhash.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h -lhash.o: ../../include/openssl/stack.h +lhash.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h +lhash.o: ../../include/openssl/lhash.h ../../include/openssl/opensslv.h +lhash.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |