CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/11 23:41:20
Modified files:
usr.bin/ssh : sk-usbhid.c sshkey.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
