Skip to content

Commit

Permalink
Fix copyright header
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #20473)
  • Loading branch information
paulidale committed Mar 9, 2023
1 parent 82dfb98 commit d863610
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crypto/bn/rsa_sup_mul.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit d863610

Please sign in to comment.