OpenSSL: Merge OpenSSL 1.1.1u

This commit is contained in:
Jung-uk Kim 2023-05-30 11:14:28 -04:00
parent 7a8cf053d1
commit 84ffbd7782

View File

@ -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