CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/11 23:42:02
Modified files: regress/usr.bin/ssh/misc/ssh-verify-attestation: ssh-verify-attestation.c regress/usr.bin/ssh/unittests/sshbuf: test_sshbuf_getput_crypto.c Log message: Use EC_POINT_[sg]et_affine_coordinates() It is available in all supported OpenSSL flavors/versions and the _GFp variants will be removed from LibreSSL. ok hshoexer jsing