Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 16:52:36 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b808c85985bf - stable/13 - OpenSSL: Merge OpenSSL 1.1.1u
Message-ID:  <202305301652.34UGqaMU096506@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305301652.34UGqaMU096506>