From 6d31193858f176c276fe5f27d36408977933c1d6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 24 Apr 1999 00:15:18 +0000 Subject: 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. --- crypto/rc4/Makefile.ssl | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/rc4') diff --git a/crypto/rc4/Makefile.ssl b/crypto/rc4/Makefile.ssl index 50173308ff..60e419f809 100644 --- a/crypto/rc4/Makefile.ssl +++ b/crypto/rc4/Makefile.ssl @@ -102,8 +102,6 @@ dclean: clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o -errors: - # DO NOT DELETE THIS LINE -- make depend depends on it. rc4_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc4.h -- cgit v1.2.3