summaryrefslogtreecommitdiff
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:11:53 +1100
commit93b0a1ea614f9ce3931373fd3d1d1af04795e6d7 (patch)
treee0ff9f9326fd3f6d846ca57179c8713a257c3699 /crypto/bn
parentd90bd3468a9a8d2af6b821be50c1034e21d782ca (diff)
downloadopenssl-new-93b0a1ea614f9ce3931373fd3d1d1af04795e6d7.tar.gz
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.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>