git: b808c85985bf - stable/13 - OpenSSL: Merge OpenSSL 1.1.1u

From: Jung-uk Kim <jkim_at_FreeBSD.org>
Date: Tue, 30 May 2023 16:52:36 UTC
The branch stable/13 has been updated by jkim:

URL: https://cgit.FreeBSD.org/src/commit/?id=b808c85985bf815c80f1cd285fc1612f888e17ba

commit b808c85985bf815c80f1cd285fc1612f888e17ba
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2023-05-30 15:14:28 +0000
Commit:     Jung-uk Kim <jkim@FreeBSD.org>
CommitDate: 2023-05-30 16:51:48 +0000

    OpenSSL: Merge OpenSSL 1.1.1u
    
    (cherry picked from commit 84ffbd7782d2e98e440782b453f4e64cd1026d33)
---
 secure/lib/libcrypto/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 8fde4f19d046..d8b8f454122c 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -121,7 +121,6 @@ SRCS+=	ppc.S ppc-mont.S
 .else
 SRCS+=	bn_asm.c
 .endif
-SRCS+=	rsa_sup_mul.c
 
 # Full of strict aliasing violations that LLVM has been seen to break with
 # optimisations, which can lead to ECDSA signatures not working. See