summaryrefslogtreecommitdiffstats
path: root/crypto/bn
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/bn
parent52108cecc0609ae343f7779532f145f81c314272 (diff)
crypto/rc5/Makefile was erroneously omitted from last perlasm unification.
Also remove obsolete and now misleading comments.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index d3799ba2a6..86fb707ec2 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -12,8 +12,6 @@ MAKEFILE= Makefile
AR= ar r
BN_ASM= bn_asm.o
-# or use
-#BN_ASM= bn86-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)