diff options
| author | jsing <> | 2023-01-21 16:30:57 +0000 |
|---|---|---|
| committer | jsing <> | 2023-01-21 16:30:57 +0000 |
| commit | 4cabcfe7e7da47daaa9638d6c27d5309bbd10a61 (patch) | |
| tree | 8293814b7376f649a2d3aef5a29f0ccf9c59743f | |
| parent | 60127496874f617249d9f64d26a242d338b74a7a (diff) | |
| download | openbsd-4cabcfe7e7da47daaa9638d6c27d5309bbd10a61.tar.gz openbsd-4cabcfe7e7da47daaa9638d6c27d5309bbd10a61.tar.bz2 openbsd-4cabcfe7e7da47daaa9638d6c27d5309bbd10a61.zip | |
Include the ISC license from s2n-bignum's LICENSE file.
Diffstat (limited to '')
| -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 |
