CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/02/17 05:56:00
Modified files:
security/openssl/1.1: Makefile
security/openssl/1.1/patches:
patch-crypto_ec_asm_ecp_nistz256-armv8_pl
Log message:
openssl/1.1: fix ecp_nistz256_point_add_affine()
A copy-paste error in one hunk of the armv8 perlasm patch confused two
variables, resulting in nonsensical assembly being generated. This is
obviously not well covered by regress.
