CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/02 18:08:02
Modified files:
usr.bin/ssh : kexdh.c kexecdh.c kexgexc.c kexgexs.c
ssh-keygen.c ssh-pkcs11.c ssh-rsa.c sshkey.c
Log message:
include openssl/bn.h explicitly in files where we use BN_*
makes things simpler for portable; from Mike Frysinger
