75f7276f8b
- reenable fixed x86_64 camellia assembler code (#521127)
13 lines
574 B
Diff
13 lines
574 B
Diff
diff -up openssl-1.0.0-beta3/crypto/camellia/asm/cmll-x86_64.pl.rounds openssl-1.0.0-beta3/crypto/camellia/asm/cmll-x86_64.pl
|
|
--- openssl-1.0.0-beta3/crypto/camellia/asm/cmll-x86_64.pl.rounds 2009-09-15 12:09:08.000000000 +0200
|
|
+++ openssl-1.0.0-beta3/crypto/camellia/asm/cmll-x86_64.pl 2009-09-15 12:09:48.000000000 +0200
|
|
@@ -656,7 +656,7 @@ Camellia_cbc_encrypt:
|
|
mov %rsi,$out # out argument
|
|
mov %r8,%rbx # ivp argument
|
|
mov %rcx,$key # key argument
|
|
- mov 272(%rcx),$keyend # grandRounds
|
|
+ mov 272(%rcx),${keyend}d # grandRounds
|
|
|
|
mov %r8,$_ivp
|
|
mov %rbp,$_rsp
|