diff options
author | jsing <> | 2023-01-21 16:30:57 +0000 |
---|---|---|
committer | jsing <> | 2023-01-21 16:30:57 +0000 |
commit | f865a57a7c24b205a5dc0823fc6d9ea0fcf9eb1f (patch) | |
tree | 8293814b7376f649a2d3aef5a29f0ccf9c59743f /src | |
parent | 5b5ea3c7a3c1f266185429ffdf6d0fc5e57f9200 (diff) | |
download | openbsd-f865a57a7c24b205a5dc0823fc6d9ea0fcf9eb1f.tar.gz openbsd-f865a57a7c24b205a5dc0823fc6d9ea0fcf9eb1f.tar.bz2 openbsd-f865a57a7c24b205a5dc0823fc6d9ea0fcf9eb1f.zip |
Include the ISC license from s2n-bignum's LICENSE file.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S index 97cbebea7d..43df867588 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S | |||
@@ -1,5 +1,16 @@ | |||
1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | 1 | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | // SPDX-License-Identifier: Apache-2.0 OR ISC | 2 | // |
3 | // Permission to use, copy, modify, and/or distribute this software for any | ||
4 | // purpose with or without fee is hereby granted, provided that the above | ||
5 | // copyright notice and this permission notice appear in all copies. | ||
6 | // | ||
7 | // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
8 | // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
9 | // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
10 | // ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
11 | // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
12 | // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
13 | // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
3 | 14 | ||
4 | // ---------------------------------------------------------------------------- | 15 | // ---------------------------------------------------------------------------- |
5 | // Square z := x^2 | 16 | // Square z := x^2 |