diff options
author | Matt Caswell <matt@openssl.org> | 2021-05-20 15:22:33 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-05-20 15:22:33 +0200 |
commit | 0789c7d834c1c387d10e015279762d7e7b2b3cc0 (patch) | |
tree | 89603beb8198b1eec48f09f8731db49c512d48ff /crypto/evp/p_seal.c | |
parent | EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs (diff) | |
download | openssl-0789c7d834c1c387d10e015279762d7e7b2b3cc0.tar.xz openssl-0789c7d834c1c387d10e015279762d7e7b2b3cc0.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15381)
Diffstat (limited to 'crypto/evp/p_seal.c')
-rw-r--r-- | crypto/evp/p_seal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c index 76d3278b8c..6a07737e59 100644 --- a/crypto/evp/p_seal.c +++ b/crypto/evp/p_seal.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-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 |