summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/modes/asm/ghash-parisc.pl
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-01-22 19:57:11 +0000
committerjkim <jkim@FreeBSD.org>2014-01-22 19:57:11 +0000
commita8c44ea5cfb6806cb801d126e1ff9c11bdc9a006 (patch)
tree4c8798ce163b45133d4f5fb5c859c7235ff5efea /crypto/openssl/crypto/modes/asm/ghash-parisc.pl
parentcc5aa413b410def9b593403149c8a185bc8008b1 (diff)
downloadFreeBSD-src-a8c44ea5cfb6806cb801d126e1ff9c11bdc9a006.zip
FreeBSD-src-a8c44ea5cfb6806cb801d126e1ff9c11bdc9a006.tar.gz
Merge OpenSSL 1.0.1f.
Approved by: so (delphij), benl (silence)
Diffstat (limited to 'crypto/openssl/crypto/modes/asm/ghash-parisc.pl')
-rwxr-xr-xcrypto/openssl/crypto/modes/asm/ghash-parisc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/modes/asm/ghash-parisc.pl b/crypto/openssl/crypto/modes/asm/ghash-parisc.pl
index 8c7454e..d5ad96b 100755
--- a/crypto/openssl/crypto/modes/asm/ghash-parisc.pl
+++ b/crypto/openssl/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";
}
OpenPOWER on IntegriCloud