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 /crypto/objects | |
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 'crypto/objects')
-rw-r--r-- | crypto/objects/obj_dat.h | 2 | ||||
-rw-r--r-- | crypto/objects/obj_xref.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h index 3319ff0c02..80426896ba 100644 --- a/crypto/objects/obj_dat.h +++ b/crypto/objects/obj_dat.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by crypto/objects/obj_dat.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 * in the file LICENSE in the source distribution or at diff --git a/crypto/objects/obj_xref.h b/crypto/objects/obj_xref.h index 2a02a934a4..ba290cc661 100644 --- a/crypto/objects/obj_xref.h +++ b/crypto/objects/obj_xref.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by objxref.pl * - * Copyright 1998-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1998-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 |