mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
remove a comment that shouldn't have been there any more
This commit is contained in:
parent
bac685417a
commit
3bb4736289
@ -458,7 +458,7 @@ sub bn_sub_part_words
|
||||
|
||||
&mov($num,&wparam(4)); # get dl
|
||||
&cmp($num,0);
|
||||
&je(&label("pw_end")); # unnoetig
|
||||
&je(&label("pw_end"));
|
||||
&jge(&label("pw_pos"));
|
||||
|
||||
&comment("pw_neg");
|
||||
|
Loading…
Reference in New Issue
Block a user