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 /ssl/ssl_asn1.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 'ssl/ssl_asn1.c')
-rw-r--r-- | ssl/ssl_asn1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_asn1.c b/ssl/ssl_asn1.c index b27a58df7c..c4479c2dd6 100644 --- a/ssl/ssl_asn1.c +++ b/ssl/ssl_asn1.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. * Copyright 2005 Nokia. All rights reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use |