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