X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Faes%2Fasm%2Faes-586.pl;h=c1206238819a34a226256fbd24b0cbc8cdac0f71;hp=099118a1812574677dfb347aa207c93458a2bdfc;hb=e19e54904156b3c79d0325b4743500eacf80d864;hpb=d7561ac5762e8120fadd867b329f7dfe1c24582d diff --git a/crypto/aes/asm/aes-586.pl b/crypto/aes/asm/aes-586.pl index 099118a181..c120623881 100755 --- a/crypto/aes/asm/aes-586.pl +++ b/crypto/aes/asm/aes-586.pl @@ -426,7 +426,7 @@ sub _data_word() { my $i; while(defined($i=shift)) { &data_word($i,$i); } } #rcon: &data_word(0x00000001, 0x00000002, 0x00000004, 0x00000008); &data_word(0x00000010, 0x00000020, 0x00000040, 0x00000080); - &data_word(0x0000001b, 0x00000036); + &data_word(0x0000001b, 0x00000036, 0, 0, 0, 0, 0, 0); &function_end_B("_x86_AES_encrypt"); # void AES_encrypt (const void *inp,void *out,const AES_KEY *key);