CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/20 17:47:34
Modified files:
usr.bin/ssh : ssh-pkcs11.c
Log message:
use ECDSA_SIG_set0() instead of poking signature values into
structure directly; the latter works on LibreSSL but not on
OpenSSL. From portable.
