diff options
author | Matt Caswell <matt@openssl.org> | 2021-03-11 14:27:36 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-03-11 14:27:36 +0100 |
commit | 8020d79b4033400d0ef659a361c05b6902944042 (patch) | |
tree | 3e56000ad26b06232450c4c142e99395bdc601a8 /crypto/evp/kdf_meth.c | |
parent | Use read/write locking on Windows (diff) | |
download | openssl-8020d79b4033400d0ef659a361c05b6902944042.tar.xz openssl-8020d79b4033400d0ef659a361c05b6902944042.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14512)
Diffstat (limited to 'crypto/evp/kdf_meth.c')
-rw-r--r-- | crypto/evp/kdf_meth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/kdf_meth.c b/crypto/evp/kdf_meth.c index 659788a58d..17526a8fe4 100644 --- a/crypto/evp/kdf_meth.c +++ b/crypto/evp/kdf_meth.c @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy |