diff options
author | Andy Polyakov <appro@openssl.org> | 2013-06-18 10:37:00 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2013-06-18 10:37:00 +0200 |
commit | 02450ec69dda7815ba1e7bd74eb30f0ae1eb3042 (patch) | |
tree | 72728f16dd59c69c3fd821b7b1f3477b04f3ae46 /crypto/modes/asm/ghash-parisc.pl | |
parent | Add secure DSA nonce flag. (diff) | |
download | openssl-02450ec69dda7815ba1e7bd74eb30f0ae1eb3042.tar.xz openssl-02450ec69dda7815ba1e7bd74eb30f0ae1eb3042.zip |
PA-RISC assembler pack: switch to bve in 64-bit builds.
PR: 3074
Diffstat (limited to 'crypto/modes/asm/ghash-parisc.pl')
-rw-r--r-- | crypto/modes/asm/ghash-parisc.pl | 1 |
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"; } |