diff options
author | Matt Caswell <matt@openssl.org> | 2018-06-20 16:25:43 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-06-20 16:29:23 +0200 |
commit | fd38836ba8158cb30f0731f8a61780ed4b5a6825 (patch) | |
tree | 809399f68c671a882f98d35dd4e348658313106e /crypto/bn | |
parent | update pyca/cryptography submodule (diff) | |
download | openssl-fd38836ba8158cb30f0731f8a61780ed4b5a6825.tar.xz openssl-fd38836ba8158cb30f0731f8a61780ed4b5a6825.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6538)
Diffstat (limited to 'crypto/bn')
-rwxr-xr-x | crypto/bn/asm/rsaz-avx2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/rsaz-avx2.pl b/crypto/bn/asm/rsaz-avx2.pl index 154a762d01..f1292cc75c 100755 --- a/crypto/bn/asm/rsaz-avx2.pl +++ b/crypto/bn/asm/rsaz-avx2.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2013-2018 The OpenSSL Project Authors. All Rights Reserved. # Copyright (c) 2012, Intel Corporation. All Rights Reserved. # # Licensed under the OpenSSL license (the "License"). You may not use |