summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-03-09 18:26:32 +1100
committerPauli <pauli@openssl.org>2023-03-09 18:26:32 +1100
commitd863610eb62750b60cc26ae30a66750066d1d880 (patch)
tree3d53b1f9dcf65294310451981afb8b3ca03e3f38
parent82dfb986cb73e1ddfc7f9aa77b8418e5f527585b (diff)
Fix copyright header
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20473)
-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 c027ba411e..3c2d18b659 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 OpenSSL license (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>