The branch main has been updated by jkim:

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

commit 84ffbd7782d2e98e440782b453f4e64cd1026d33
Author:     Jung-uk Kim <[email protected]>
AuthorDate: 2023-05-30 15:14:28 +0000
Commit:     Jung-uk Kim <[email protected]>
CommitDate: 2023-05-30 15:14:28 +0000

    OpenSSL: Merge OpenSSL 1.1.1u
---
 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

Reply via email to