rbits = BN_num_bits(host_key->n);
if (bits != rbits) {
if (rbits+1 != bits)
log("Warning: Server lies about size of server host key: "
"actual size is %d bits vs. announced %d.", rbits, bits);
log("Warning: This may be due to an old implementation of ssh.");
}
/* Get protocol flags. */