git: 84ffbd7782d2 - main - OpenSSL: Merge OpenSSL 1.1.1u
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 May 2023 15:14:49 UTC
The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/src/commit/?id=84ffbd7782d2e98e440782b453f4e64cd1026d33 commit 84ffbd7782d2e98e440782b453f4e64cd1026d33 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 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