summaryrefslogtreecommitdiff
path: root/crypto/bf
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/bf
parent52108cecc0609ae343f7779532f145f81c314272 (diff)
downloadopenssl-new-676517e08e9dbe4cfdc962efe62e24ed4a04ff09.tar.gz
crypto/rc5/Makefile was erroneously omitted from last perlasm unification.
Also remove obsolete and now misleading comments.
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index 9525a0bc35..dd2c2c708e 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -12,8 +12,6 @@ MAKEFILE= Makefile
AR= ar r
BF_ENC= bf_enc.o
-# or use
-#DES_ENC= bx86-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)