aesni-x86_64.pl: resolve LNK1223 error.
This commit is contained in:
parent
d608b4d662
commit
c5036d785a
1 changed files with 4 additions and 4 deletions
|
@ -923,13 +923,13 @@ ecb_se_handler:
|
|||
.rva .LSEH_end_${PREFIX}_cbc_encrypt
|
||||
.rva .LSEH_info_cbc
|
||||
|
||||
.rva ${PREFIX}_set_encrypt_key
|
||||
.rva .LSEH_end_set_encrypt_key
|
||||
.rva .LSEH_info_key
|
||||
|
||||
.rva ${PREFIX}_set_decrypt_key
|
||||
.rva .LSEH_end_set_decrypt_key
|
||||
.rva .LSEH_info_key
|
||||
|
||||
.rva ${PREFIX}_set_encrypt_key
|
||||
.rva .LSEH_end_set_encrypt_key
|
||||
.rva .LSEH_info_key
|
||||
.section .xdata
|
||||
.align 8
|
||||
.LSEH_info_ecb:
|
||||
|
|
Loading…
Reference in a new issue