~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to util/mkerr.pl

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
}
45
45
 
46
46
if($recurse) {
47
 
        @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>);
 
47
        @source = ( <crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>,
 
48
                        <fips/*.c>, <fips/*/*.c>);
48
49
} else {
49
50
        @source = @ARGV;
50
51
}
312
313
        } else {
313
314
            push @out,
314
315
"/* ====================================================================\n",
315
 
" * Copyright (c) 2001-2007 The OpenSSL Project.  All rights reserved.\n",
 
316
" * Copyright (c) 2001-2008 The OpenSSL Project.  All rights reserved.\n",
316
317
" *\n",
317
318
" * Redistribution and use in source and binary forms, with or without\n",
318
319
" * modification, are permitted provided that the following conditions\n",
486
487
        print OUT <<"EOF";
487
488
/* $cfile */
488
489
/* ====================================================================
489
 
 * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
 
490
 * Copyright (c) 1999-2008 The OpenSSL Project.  All rights reserved.
490
491
 *
491
492
 * Redistribution and use in source and binary forms, with or without
492
493
 * modification, are permitted provided that the following conditions