diff options
author | Matt Caswell <matt@openssl.org> | 2023-09-28 15:23:29 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2023-09-28 15:23:29 +0200 |
commit | 556009c596e0242689df4c26dd7fccdb7f0e1add (patch) | |
tree | 598e5d45e9526d52752f4a493aecf22bb8160e83 /crypto/ec | |
parent | Fix no-ssl-trace (diff) | |
download | openssl-556009c596e0242689df4c26dd7fccdb7f0e1add.tar.xz openssl-556009c596e0242689df4c26dd7fccdb7f0e1add.zip |
Copyright year updates
Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes
Diffstat (limited to 'crypto/ec')
-rw-r--r-- | crypto/ec/curve448/point_448.h | 2 | ||||
-rw-r--r-- | crypto/ec/ecp_s390x_nistp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/curve448/point_448.h b/crypto/ec/curve448/point_448.h index 597ded4211..96a54558d6 100644 --- a/crypto/ec/curve448/point_448.h +++ b/crypto/ec/curve448/point_448.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2017-2023 The OpenSSL Project Authors. All Rights Reserved. * Copyright 2015-2016 Cryptography Research, Inc. * * Licensed under the Apache License 2.0 (the "License"). You may not use diff --git a/crypto/ec/ecp_s390x_nistp.c b/crypto/ec/ecp_s390x_nistp.c index eae0b52c4e..f13f8bed24 100644 --- a/crypto/ec/ecp_s390x_nistp.c +++ b/crypto/ec/ecp_s390x_nistp.c @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2023 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 |