Move declaration of "len" into the block where it's used. This lets
authordtucker <dtucker@openbsd.org>
Mon, 16 Oct 2023 08:40:00 +0000 (08:40 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 16 Oct 2023 08:40:00 +0000 (08:40 +0000)
commite8d392ef3d824f88f5155ae86404b0d689dd9348
tree50de69e99d8a5bcbce63cfd1c712391354c57cfb
parent9dde130088432dbebe2c99fc319804999353a975
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.
usr.bin/ssh/sshkey.c