diff options
author | Matt Caswell <matt@openssl.org> | 2020-06-25 15:13:12 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-06-25 15:13:12 +0200 |
commit | fbd2ece171ff5ae2ef18775b88c647deeddecc7b (patch) | |
tree | 10f2f2380970168b1180172f9244a78e54409073 /providers/implementations/rands/drbg_hash.c | |
parent | apps/cmp.c: Add workaround for Coverity false positive; rename e -> engine (diff) | |
download | openssl-fbd2ece171ff5ae2ef18775b88c647deeddecc7b.tar.xz openssl-fbd2ece171ff5ae2ef18775b88c647deeddecc7b.zip |
Update copyright year
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12273)
Diffstat (limited to 'providers/implementations/rands/drbg_hash.c')
-rw-r--r-- | providers/implementations/rands/drbg_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/rands/drbg_hash.c b/providers/implementations/rands/drbg_hash.c index 418a641b7f..f655dc57c6 100644 --- a/providers/implementations/rands/drbg_hash.c +++ b/providers/implementations/rands/drbg_hash.c @@ -1,5 +1,5 @@ /* - * Copyright 2011-2018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2011-2020 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 |