X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fmodes%2Fasm%2Fghash-parisc.pl;fp=crypto%2Fmodes%2Fasm%2Fghash-parisc.pl;h=d5ad96b4033564b74ec8965b93ce68afaac87f5d;hb=02450ec69dda7815ba1e7bd74eb30f0ae1eb3042;hp=8c7454ee93407c615dc6be6931007b77e0308080;hpb=8a99cb29d1f0013243a532bccc1dc70ed678eebe;p=openssl.git 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"; }