summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-10-02 11:47:17 +0000
committerAndy Polyakov <appro@openssl.org>2010-10-02 11:47:17 +0000
commitd4665887886274483a64f3ac167c81b0d7ef88af (patch)
treec4cca3a5361feddaecdaeee7d26eed021458af51 /crypto/bn/asm/mips.pl
parentda4d239dadb020cfbd61048518d446a7dc2e9e83 (diff)
MIPS assembler pack: enable it in Configure, add SHA2 module, fix make rules,
update commentary...
Diffstat (limited to 'crypto/bn/asm/mips.pl')
-rw-r--r--crypto/bn/asm/mips.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/asm/mips.pl b/crypto/bn/asm/mips.pl
index eb3ece5698..acfd35968e 100644
--- a/crypto/bn/asm/mips.pl
+++ b/crypto/bn/asm/mips.pl
@@ -49,6 +49,8 @@
# key length, more for longer keys.
$flavour = shift;
+while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+open STDOUT,">$output";
if ($flavour =~ /64|n32/i) {
$LD="ld";