CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/14 23:00:20
Modified files:
usr.bin/ssh : moduli.c sk-usbhid.c sshbuf-getput-crypto.c
sshkey.c
Log message:
remove most uses of BN_CTX
We weren't following the rules re BN_CTX_start/BN_CTX_end and the places
we were using it didn't benefit from its use anyway. ok dtucker@
