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

update date

上级 92b4d936
...@@ -70,9 +70,9 @@ if ($runasm) ...@@ -70,9 +70,9 @@ if ($runasm)
{ {
# run assembler # run assembler
system @ARGS; system @ARGS;
print STDERR "RUNNING: @ARGS\n";
my $rv = $?; my $rv = $?;
exit 0;
# restore target # restore target
unlink $target; unlink $target;
rename "tmptarg.s", $target; rename "tmptarg.s", $target;
......
...@@ -577,7 +577,7 @@ EOF ...@@ -577,7 +577,7 @@ EOF
print OUT <<"EOF"; print OUT <<"EOF";
/* $cfile */ /* $cfile */
/* ==================================================================== /* ====================================================================
* Copyright (c) 1999-2010 The OpenSSL Project. All rights reserved. * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册