From: Ulf Möller Date: Tue, 8 Jun 1999 20:11:02 +0000 (+0000) Subject: The des app. X-Git-Tag: OpenSSL_0_9_4~210 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9fe6729b46f770a3f14671366ed77e75f074d8a4;p=oweals%2Fopenssl.git The des app. --- diff --git a/crypto/des/.cvsignore b/crypto/des/.cvsignore index c6d03a9dbc..45c30cc686 100644 --- a/crypto/des/.cvsignore +++ b/crypto/des/.cvsignore @@ -1,2 +1,3 @@ lib Makefile.save +des diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index 2f4b370ed1..dec11a3674 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -135,7 +135,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f asm/dx86unix.cpp asm/yx86unix.cpp *.o asm/*.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it.