summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-01-30 05:41:23 +0000
committerAndy Polyakov <appro@openssl.org>2004-01-30 05:41:23 +0000
commitd04b1b46562880b97468b0fa519b36c3be770072 (patch)
tree36da8f2fef21562b10889a15a3e2f31376d92768 /crypto/bn
parent12470927760cdbcb0885f9cf03aebda495d784d2 (diff)
Typo in PA-RISC 2 rules in crypto/bn/Makefile.ssl
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index 341790354e..c94e7548b4 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -125,9 +125,9 @@ asm/x86_64-gcc.o: asm/x86_64-gcc.c
# GNU assembler fails to compile PA-RISC2 modules, insist on calling
# vendor assembler...
asm/pa-risc2W.o: asm/pa-risc2W.s
- /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s
+ /usr/ccs/bin/as -o asm/pa-risc2W.o asm/pa-risc2W.s
asm/pa-risc2.o: asm/pa-risc2.s
- /usr/ccs/bin/as -o asm/pa-rics2.o asm/pa-risc2.s
+ /usr/ccs/bin/as -o asm/pa-risc2.o asm/pa-risc2.s
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO