summaryrefslogtreecommitdiffstats
path: root/crypto/camellia
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-10-14 14:42:27 +0000
committerAndy Polyakov <appro@openssl.org>2012-10-14 14:42:27 +0000
commiteec82a0e1f63958204609e46e86ed1e21bf78515 (patch)
tree8eeb03d46be83cddf73fc87706eb0301df632d01 /crypto/camellia
parentdea8068015d99786304d1e7c9dc63a1126ff8da6 (diff)
[aes|cmll]t4-sparcv9.pl: addendum to previous sparcv9_modes.pl commit.
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/asm/cmllt4-sparcv9.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/camellia/asm/cmllt4-sparcv9.pl b/crypto/camellia/asm/cmllt4-sparcv9.pl
index 041922134e..fea0338dfa 100644
--- a/crypto/camellia/asm/cmllt4-sparcv9.pl
+++ b/crypto/camellia/asm/cmllt4-sparcv9.pl
@@ -48,8 +48,8 @@ require "sparcv9_modes.pl";
$bits=32;
for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
-if ($bits==64) { $::bias=2047; $::frame=192; }
-else { $::bias=0; $::frame=112; }
+if ($bits==64) { $::bias=2047; $::frame=192; $::size_t_cc="%xcc"; }
+else { $::bias=0; $::frame=112; $::size_t_cc="%icc"; }
$::evp=1; # if $evp is set to 0, script generates module with
# Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt