diff options
author | Matt Caswell <matt@openssl.org> | 2018-11-20 14:13:00 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-11-20 14:26:47 +0100 |
commit | c486283cb8e9bd6c1db7eb01d31a72e68b8dc4b8 (patch) | |
tree | de09a5758c9a91ac8cad7d7a078f21b2b50bebe0 /ssl/s3_cbc.c | |
parent | Update CHANGES and NEWS for new release (diff) | |
download | openssl-c486283cb8e9bd6c1db7eb01d31a72e68b8dc4b8.tar.xz openssl-c486283cb8e9bd6c1db7eb01d31a72e68b8dc4b8.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7668)
Diffstat (limited to 'ssl/s3_cbc.c')
-rw-r--r-- | ssl/s3_cbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c index 8e11864b07..8377d7fe13 100644 --- a/ssl/s3_cbc.c +++ b/ssl/s3_cbc.c @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2012-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 |