summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-19 17:53:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-19 17:53:04 +0000
commit0fba7a8fa881e627b4218ac0c9c8161383b19a8d (patch)
tree0140d2200f82fac026b8e442895d03d469caee8a
parent92b4d936cb994f0f6dd1ca590a6438fede17b1e2 (diff)
update date
-rw-r--r--util/fipsas.pl4
-rw-r--r--util/mkerr.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/util/fipsas.pl b/util/fipsas.pl
index cad7c08ca2..39ce79dd90 100644
--- a/util/fipsas.pl
+++ b/util/fipsas.pl
@@ -70,9 +70,9 @@ if ($runasm)
{
# run assembler
system @ARGS;
-
+print STDERR "RUNNING: @ARGS\n";
my $rv = $?;
-
+exit 0;
# restore target
unlink $target;
rename "tmptarg.s", $target;
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 43b3af6555..fdc6c450d4 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -577,7 +577,7 @@ EOF
print OUT <<"EOF";
/* $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
* modification, are permitted provided that the following conditions