Latest update.

This commit is contained in:
2020-01-17 19:45:12 +09:00
parent 016df9f433
commit 0f7abb4eb6
1100 changed files with 47785 additions and 16292 deletions
+2
View File
@@ -455,6 +455,7 @@ $code.=<<___;
.type RC4_set_key,\@function,3
.align 16
RC4_set_key:
.cfi_startproc
lea 8($dat),$dat
lea ($inp,$len),$inp
neg $len
@@ -521,6 +522,7 @@ RC4_set_key:
mov %eax,-8($dat)
mov %eax,-4($dat)
ret
.cfi_endproc
.size RC4_set_key,.-RC4_set_key
.globl RC4_options