ok dtucker with one suggestion. On Fri, 5 Jul 2019 at 06:01, Christian Weisgerber <na...@mips.inka.de> wrote: [...] > #ifdef WITH_OPENSSL > - u_int maxbits, nid; > + u_int nid;
nid is only used inside the #ifdef below, you can move this declaration to the start of the block where it's used and delete this ifdef. -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.