summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/mkerr.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/util/mkerr.pl')
-rw-r--r--src/lib/libcrypto/util/mkerr.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/util/mkerr.pl b/src/lib/libcrypto/util/mkerr.pl
index 60e534807e..1b2915c767 100644
--- a/src/lib/libcrypto/util/mkerr.pl
+++ b/src/lib/libcrypto/util/mkerr.pl
@@ -41,8 +41,7 @@ while (@ARGV) {
41} 41}
42 42
43if($recurse) { 43if($recurse) {
44 @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>, <fips/*.c>, 44 @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>);
45 <fips/*/*.c>);
46} else { 45} else {
47 @source = @ARGV; 46 @source = @ARGV;
48} 47}
@@ -263,7 +262,7 @@ foreach $lib (keys %csrc)
263 } else { 262 } else {
264 push @out, 263 push @out,
265"/* ====================================================================\n", 264"/* ====================================================================\n",
266" * Copyright (c) 2001-2005 The OpenSSL Project. All rights reserved.\n", 265" * Copyright (c) 2001-2003 The OpenSSL Project. All rights reserved.\n",
267" *\n", 266" *\n",
268" * Redistribution and use in source and binary forms, with or without\n", 267" * Redistribution and use in source and binary forms, with or without\n",
269" * modification, are permitted provided that the following conditions\n", 268" * modification, are permitted provided that the following conditions\n",
@@ -405,7 +404,7 @@ EOF
405 print OUT <<"EOF"; 404 print OUT <<"EOF";
406/* $cfile */ 405/* $cfile */
407/* ==================================================================== 406/* ====================================================================
408 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 407 * Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved.
409 * 408 *
410 * Redistribution and use in source and binary forms, with or without 409 * Redistribution and use in source and binary forms, with or without
411 * modification, are permitted provided that the following conditions 410 * modification, are permitted provided that the following conditions