CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/16 02:40:01
Modified files:
usr.bin/ssh : sshkey.c
Log message:
Move declaration of "len" into the block where it's used. This lets
us compile Portable with -Werror with when OpenSSL doesn't have Ed25519
support.
