CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/20 16:10:33
Modified files:
usr.bin/ssh : ssh-pkcs11.c
Log message:
use OpenSSL's RSA reference counting hooks to implicitly clean up
pkcs11_key objects when their owning RSA object's reference count
drops to zero. Simplifies the cleanup path and makes it more like
ECDSA's
work by markus@, ok djm@
