diff options
Diffstat (limited to 'src/lib/libcrypto/sha/asm/sha1-mips.pl')
-rw-r--r-- | src/lib/libcrypto/sha/asm/sha1-mips.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-mips.pl b/src/lib/libcrypto/sha/asm/sha1-mips.pl index 0590b7cdb2..75fe7113e2 100644 --- a/src/lib/libcrypto/sha/asm/sha1-mips.pl +++ b/src/lib/libcrypto/sha/asm/sha1-mips.pl | |||
@@ -233,7 +233,7 @@ $code.=<<___ if ($i<79); | |||
233 | ___ | 233 | ___ |
234 | } | 234 | } |
235 | 235 | ||
236 | $FRAMESIZE=16; # large enough to accomodate NUBI saved registers | 236 | $FRAMESIZE=16; # large enough to accommodate NUBI saved registers |
237 | $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; | 237 | $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000; |
238 | 238 | ||
239 | $code=<<___; | 239 | $code=<<___; |