summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-10-13 13:14:52 +0200
committerAndy Polyakov <appro@openssl.org>2013-10-13 13:18:21 +0200
commit1aecb23f5b7364a999c2c061187c9176ee89e3b1 (patch)
tree70b8d5e26d3e4217c207e0c63ccc2dc28a1a2cd2 /crypto/sha
parent9ed6fba2b4685ced2340feff03da5a12ed14b003 (diff)
MIPS assembly pack: get rid of deprecated instructions.
Latest MIPS ISA specification declared 'branch likely' instructions obsolete. To makes code future-proof replace them with equivalent. (cherry picked from commit 0c2adb0a9be76da8de9bbfd5377215f71711a52e)
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/asm/sha512-mips.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha512-mips.pl b/crypto/sha/asm/sha512-mips.pl
index 1fff09bb4d..89623098d7 100644
--- a/crypto/sha/asm/sha512-mips.pl
+++ b/crypto/sha/asm/sha512-mips.pl
@@ -406,7 +406,7 @@ $code.=<<___;
$ST $G,6*$SZ($ctx)
$ST $H,7*$SZ($ctx)
- bnel $inp,@X[15],.Loop
+ bne $inp,@X[15],.Loop
$PTR_SUB $Ktbl,`($rounds-16)*$SZ` # rewind $Ktbl
$REG_L $ra,$FRAMESIZE-1*$SZREG($sp)