diff options
Diffstat (limited to 'src/lib/libcrypto/util')
| -rw-r--r-- | src/lib/libcrypto/util/mkerr.pl | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/util/mkstack.pl | 1 |
2 files changed, 5 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 |
diff --git a/src/lib/libcrypto/util/mkstack.pl b/src/lib/libcrypto/util/mkstack.pl index 085c50f790..0ca9eb6a76 100644 --- a/src/lib/libcrypto/util/mkstack.pl +++ b/src/lib/libcrypto/util/mkstack.pl | |||
| @@ -84,6 +84,7 @@ while(<IN>) { | |||
| 84 | #define sk_${type_thing}_shift(st) SKM_sk_shift($type_thing, (st)) | 84 | #define sk_${type_thing}_shift(st) SKM_sk_shift($type_thing, (st)) |
| 85 | #define sk_${type_thing}_pop(st) SKM_sk_pop($type_thing, (st)) | 85 | #define sk_${type_thing}_pop(st) SKM_sk_pop($type_thing, (st)) |
| 86 | #define sk_${type_thing}_sort(st) SKM_sk_sort($type_thing, (st)) | 86 | #define sk_${type_thing}_sort(st) SKM_sk_sort($type_thing, (st)) |
| 87 | #define sk_${type_thing}_is_sorted(st) SKM_sk_is_sorted($type_thing, (st)) | ||
| 87 | EOF | 88 | EOF |
| 88 | } | 89 | } |
| 89 | foreach $type_thing (sort @asn1setlst) { | 90 | foreach $type_thing (sort @asn1setlst) { |
