CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/08/12 00:42:52
Modified files: usr.bin/ssh : sshkey.c Log message: Switch from aes256-cbc to aes256-ctr for encrypting new-style private keys. The latter having the advantage of being supported for no-OpenSSL builds; bz#2754 ok markus@