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/sm2 | |
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/sm2')
-rw-r--r-- | crypto/sm2/sm2_crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sm2/sm2_crypt.c b/crypto/sm2/sm2_crypt.c index 5e455d0613..cadc8ae201 100644 --- a/crypto/sm2/sm2_crypt.c +++ b/crypto/sm2/sm2_crypt.c @@ -1,5 +1,5 @@ /* - * Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. * Copyright 2017 Ribose Inc. All Rights Reserved. * Ported from Ribose contributions from Botan. * |