diff options
author | Pauli <pauli@openssl.org> | 2023-03-08 23:59:25 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-03-14 22:11:53 +0100 |
commit | 93b0a1ea614f9ce3931373fd3d1d1af04795e6d7 (patch) | |
tree | e0ff9f9326fd3f6d846ca57179c8713a257c3699 /crypto/bn | |
parent | doc: document that prediction resistance comes with a hidden cost (diff) | |
download | openssl-93b0a1ea614f9ce3931373fd3d1d1af04795e6d7.tar.xz openssl-93b0a1ea614f9ce3931373fd3d1d1af04795e6d7.zip |
Add missing copyright header
This file was only recently introduced and the missing header slipped through
the review process.
Fixes #20461
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20470)
Diffstat (limited to 'crypto/bn')
-rw-r--r-- | crypto/bn/rsa_sup_mul.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/bn/rsa_sup_mul.c b/crypto/bn/rsa_sup_mul.c index 3b57161b45..2657b6b36e 100644 --- a/crypto/bn/rsa_sup_mul.c +++ b/crypto/bn/rsa_sup_mul.c @@ -1,3 +1,12 @@ +/* + * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the Apache License 2.0 (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + #include <openssl/e_os2.h> #include <stddef.h> #include <sys/types.h> |