On Thu, Dec 12, 2019 at 06:32:57PM +0100, Jason A. Donenfeld wrote: > diff --git a/arch/x86/crypto/poly1305-x86_64.pl b/arch/x86/crypto/poly1305-x86_64.pl > new file mode 100644 > index 000000000000..f994855cdbe2 > --- /dev/null > +++ b/arch/x86/crypto/poly1305-x86_64.pl > @@ -0,0 +1,4266 @@ > +#!/usr/bin/env perl > +# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause > +# > +# Copyright (C) 2017-2018 Samuel Neves <sneves@xxxxxxxxx>. All Rights Reserved. > +# Copyright (C) 2017-2019 Jason A. Donenfeld <Jason@xxxxxxxxx>. All Rights Reserved. > +# Copyright (C) 2006-2017 CRYPTOGAMS by <appro@xxxxxxxxxxx>. All Rights Reserved. > +# > +# This code is taken from the OpenSSL project but the author, Andy Polyakov, > +# has relicensed it under the licenses specified in the SPDX header above. > +# The original headers, including the original license headers, are > +# included below for completeness. Which version of OpenSSL is this from? It doesn't match the latest version. - Eric