summaryrefslogtreecommitdiff
path: root/crypto/modes/asm/ghash-parisc.pl
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-04-20 10:42:58 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-04-20 10:42:58 +0000
commit19c7d1a8561ff0e7262b8bfa74721581734e68f9 (patch)
tree8d8670c28357b7fae75acc7e22ccf354b107cc0e /crypto/modes/asm/ghash-parisc.pl
parent2bee25a915c2ba40e58229788aabc97765426016 (diff)
parented9938171f80c7534f6eb52f75c2538bca462807 (diff)
downloadopenssl-new-baserock/ps/proto-web-system.tar.gz
Merge remote-tracking branch 'origin/baserock/OpenSSL_1_0_1g' into baserock/ps/proto-web-systembaserock/ps/proto-web-system
Diffstat (limited to 'crypto/modes/asm/ghash-parisc.pl')
-rw-r--r--crypto/modes/asm/ghash-parisc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/modes/asm/ghash-parisc.pl b/crypto/modes/asm/ghash-parisc.pl
index 8c7454ee93..d5ad96b403 100644
--- a/crypto/modes/asm/ghash-parisc.pl
+++ b/crypto/modes/asm/ghash-parisc.pl
@@ -724,6 +724,7 @@ foreach (split("\n",$code)) {
s/cmpb,\*/comb,/;
s/,\*/,/;
}
+ s/\bbv\b/bve/ if ($SIZE_T==8);
print $_,"\n";
}