Skip to content
Snippets Groups Projects
Commit 7eb9680a authored by Andy Polyakov's avatar Andy Polyakov
Browse files

sha512-x86_64.pl: fix typo.

PR: #3431
parent 0e7a32b5
No related branches found
No related tags found
No related merge requests found
......@@ -2306,7 +2306,7 @@ $code.=<<___;
.rva .LSEH_end_$func
.rva .LSEH_info_$func
___
$code.=<<___ if ($SZ==4 && $shext);
$code.=<<___ if ($SZ==4 && $shaext);
.rva .LSEH_begin_${func}_shaext
.rva .LSEH_end_${func}_shaext
.rva .LSEH_info_${func}_shaext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment