diff options
author | Geoff Thorpe <geoff@openssl.org> | 2001-09-14 20:31:57 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2001-09-14 20:31:57 +0200 |
commit | 2b67158673cc0bcedd201b94728269fd5e861fe4 (patch) | |
tree | b72fa7f213ed365cf4cd8ba42144addf0aecd2b6 /crypto/engine/eng_err.c | |
parent | Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA, (diff) | |
download | openssl-2b67158673cc0bcedd201b94728269fd5e861fe4.tar.xz openssl-2b67158673cc0bcedd201b94728269fd5e861fe4.zip |
Some of the ENGINE file names were changed for 8.3 filename uniqueness
recently. So comments including file names have been fixed, and copyright
notices brought up to "2001" at the same time.
Diffstat (limited to 'crypto/engine/eng_err.c')
-rw-r--r-- | crypto/engine/eng_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c index e76a4e3d4d..5c602c0794 100644 --- a/crypto/engine/eng_err.c +++ b/crypto/engine/eng_err.c @@ -1,6 +1,6 @@ -/* crypto/engine/engine_err.c */ +/* crypto/engine/eng_err.c */ /* ==================================================================== - * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2001 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 |