diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-04-24 02:15:18 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-04-24 02:15:18 +0200 |
commit | 6d31193858f176c276fe5f27d36408977933c1d6 (patch) | |
tree | 111d45fb6403491f47cbeed5293016e46b4400b2 /crypto/lhash | |
parent | Submitted by: (diff) | |
download | openssl-6d31193858f176c276fe5f27d36408977933c1d6.tar.xz openssl-6d31193858f176c276fe5f27d36408977933c1d6.zip |
Complete rewrite of the error code generation script. It now runs as a single
script, translates function codes better and doesn't need the K&R function
prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are
still needed by the DEF generator...). I also ran the script with the -rewrite
option to update all the header and source files.
Diffstat (limited to 'crypto/lhash')
-rw-r--r-- | crypto/lhash/Makefile.ssl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/lhash/Makefile.ssl b/crypto/lhash/Makefile.ssl index 73c1f39aed..22ebcac159 100644 --- a/crypto/lhash/Makefile.ssl +++ b/crypto/lhash/Makefile.ssl @@ -74,8 +74,6 @@ dclean: clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff -errors: - # DO NOT DELETE THIS LINE -- make depend depends on it. lh_stats.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |