diff options
author | Matt Caswell <matt@openssl.org> | 2020-01-02 14:43:50 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-01-02 15:39:34 +0100 |
commit | e7b834b6bb0a32be694ebc8e614247c9af735c0f (patch) | |
tree | 82108e85d1ac630b6fe4c09ef1ad7654cd5f8f72 /apps | |
parent | Update tls13_enc.c (diff) | |
download | openssl-e7b834b6bb0a32be694ebc8e614247c9af735c0f.tar.xz openssl-e7b834b6bb0a32be694ebc8e614247c9af735c0f.zip |
Run make update
The New Year has caused various files to appear out of date to "make
update". This causes Travis to fail. Therefore we update those file.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10738)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/progs.c | 2 | ||||
-rw-r--r-- | apps/progs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/progs.c b/apps/progs.c index 721e8cbf33..82cd19bed6 100644 --- a/apps/progs.c +++ b/apps/progs.c @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by apps/progs.pl * - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-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 diff --git a/apps/progs.h b/apps/progs.h index deb9549fb6..04e9c4e922 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by apps/progs.pl * - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-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 |