summaryrefslogtreecommitdiff
path: root/crypto/bn/rsa_sup_mul.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/rsa_sup_mul.c')
-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>