summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-15 11:27:06 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-15 11:27:06 +0000
commit676517e08e9dbe4cfdc962efe62e24ed4a04ff09 (patch)
tree7c66c559174418a700bff9708fa9da68c3c77326 /crypto/des
parent52108cecc0609ae343f7779532f145f81c314272 (diff)
crypto/rc5/Makefile was erroneously omitted from last perlasm unification.
Also remove obsolete and now misleading comments.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index 81dbf0e3ef..ae982265fd 100644
--- a/crypto/des/Makefile
+++ b/crypto/des/Makefile
@@ -12,8 +12,6 @@ MAKEFILE= Makefile
AR= ar r
RANLIB= ranlib
DES_ENC= des_enc.o fcrypt_b.o
-# or use
-#DES_ENC= dx86-elf.o yx86-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)