Deleted Added
full compact
mkerr.pl (89837) mkerr.pl (101615)
1#!/usr/local/bin/perl -w
2
3my $config = "crypto/err/openssl.ec";
4my $debug = 0;
5my $rebuild = 0;
6my $static = 1;
7my $recurse = 0;
8my $reindex = 0;

--- 306 unchanged lines hidden (view full) ---

315 }
316
317
318 open (OUT,">$cfile") || die "Can't open $cfile for writing";
319
320 print OUT <<"EOF";
321/* $cfile */
322/* ====================================================================
1#!/usr/local/bin/perl -w
2
3my $config = "crypto/err/openssl.ec";
4my $debug = 0;
5my $rebuild = 0;
6my $static = 1;
7my $recurse = 0;
8my $reindex = 0;

--- 306 unchanged lines hidden (view full) ---

315 }
316
317
318 open (OUT,">$cfile") || die "Can't open $cfile for writing";
319
320 print OUT <<"EOF";
321/* $cfile */
322/* ====================================================================
323 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
323 * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
324 *
325 * Redistribution and use in source and binary forms, with or without
326 * modification, are permitted provided that the following conditions
327 * are met:
328 *
329 * 1. Redistributions of source code must retain the above copyright
330 * notice, this list of conditions and the following disclaimer.
331 *

--- 199 unchanged lines hidden ---
324 *
325 * Redistribution and use in source and binary forms, with or without
326 * modification, are permitted provided that the following conditions
327 * are met:
328 *
329 * 1. Redistributions of source code must retain the above copyright
330 * notice, this list of conditions and the following disclaimer.
331 *

--- 199 unchanged lines hidden ---