summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-03-09 09:59:25 +1100
committerPauli <pauli@openssl.org>2023-03-15 08:12:16 +1100
commitcda3c1d92acb3fdb28637d98ac85aef761350995 (patch)
treec497e13ff0063de0e06c312e70776e425f7f694d /crypto/bn
parentbafbe018b11565580c34345d4827aae5cae477e9 (diff)
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) (cherry picked from commit 93b0a1ea614f9ce3931373fd3d1d1af04795e6d7)
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/rsa_sup_mul.c9
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>