<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I was compiling the latest release of Nagios Plugins when I ran into a compilation issue. Make was returning the following error when trying to compile check_http.c (v1.4.16):</div><div><br></div><div><i>   check_http.c:312:9: error: ‘ssl_version’ undeclared (first use in this function)</i></div><div><i><br></i></div><div>After looking at the file, I noticed that 'ssl_version' variable was declared within an '#ifdef HAVE_SSL'. After moving the 'ssl_version' declaration outside of the '#ifdef', it compiled fine. I couldn't find anything about this on Google, so I'm sending you this email to make sure you are aware of the issue.</div><div><br></div><div>Thanks,</div><div>Michael LaCorte</div></body></html>