提交 d9c88a39 编写于 作者: D Dr. Stephen Henson

Move the 'file scope' argument in set_label to

the third argument: the second was being used
already.
上级 a8883854
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
Changes between 0.9.5 and 0.9.6 [XX XXX 2000] Changes between 0.9.5 and 0.9.6 [XX XXX 2000]
*) The second argument to set_label in perlasm was already being used
so couldn't be used as a "file scope" flag. Moved to third argument
which was free.
[Steve Henson]
*) In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes *) In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
instead of RAND_bytes for encryption IVs and salts. instead of RAND_bytes for encryption IVs and salts.
[Bodo Moeller] [Bodo Moeller]
......
...@@ -341,7 +341,7 @@ sub main'set_label ...@@ -341,7 +341,7 @@ sub main'set_label
$label{$_[0]}="${label}${_[0]}"; $label{$_[0]}="${label}${_[0]}";
$label++; $label++;
} }
if((defined $_[1]) && ($_[1] == 1)) if((defined $_[2]) && ($_[2] == 1))
{ {
push(@out,"$label{$_[0]}::\n"); push(@out,"$label{$_[0]}::\n");
} }
......
...@@ -392,7 +392,7 @@ sub sha1_block_data ...@@ -392,7 +392,7 @@ sub sha1_block_data
&X_expand("esi"); &X_expand("esi");
&mov(&wparam(1),"esi"); &mov(&wparam(1),"esi");
&set_label("shortcut", 1); &set_label("shortcut", 0, 1);
&comment(""); &comment("");
&comment("Start processing"); &comment("Start processing");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册