diff options
author | Matt Caswell <matt@openssl.org> | 2018-04-03 14:57:12 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-04-03 14:57:12 +0200 |
commit | c4d3c19b4c17ed5d9da790dd330409ce11e6a499 (patch) | |
tree | 2e60e2397ae1f0ab473e7f9b6679426a2a98c0f0 /crypto/bn/bn_blind.c | |
parent | Use the private RNG for data that is not public (diff) | |
download | openssl-c4d3c19b4c17ed5d9da790dd330409ce11e6a499.tar.xz openssl-c4d3c19b4c17ed5d9da790dd330409ce11e6a499.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5851)
Diffstat (limited to 'crypto/bn/bn_blind.c')
-rw-r--r-- | crypto/bn/bn_blind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c index 1ee902cb21..420c1eee36 100644 --- a/crypto/bn/bn_blind.c +++ b/crypto/bn/bn_blind.c @@ -1,5 +1,5 @@ /* - * Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1998-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy |