diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 03:45:35 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 03:45:35 +0000 |
commit | ff121e423efd3c611e74f00bc681230532d543d7 (patch) | |
tree | b699b77cb7d8375af148ae64ef32410f3fa82e93 /lib/libcrypto/util/mkerr.pl | |
parent | d638bbbd4d30397af50fadfd5f2bb4bb609f04f0 (diff) |
Merge OpenSSL 0.9.7-stable-20020605,
correctly autogenerate obj_mac.h
Diffstat (limited to 'lib/libcrypto/util/mkerr.pl')
-rw-r--r-- | lib/libcrypto/util/mkerr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/util/mkerr.pl b/lib/libcrypto/util/mkerr.pl index 6c2237d1423..4105047b217 100644 --- a/lib/libcrypto/util/mkerr.pl +++ b/lib/libcrypto/util/mkerr.pl @@ -262,7 +262,7 @@ foreach $lib (keys %csrc) } else { push @out, "/* ====================================================================\n", -" * Copyright (c) 2001 The OpenSSL Project. All rights reserved.\n", +" * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved.\n", " *\n", " * Redistribution and use in source and binary forms, with or without\n", " * modification, are permitted provided that the following conditions\n", @@ -404,7 +404,7 @@ EOF print OUT <<"EOF"; /* $cfile */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |