mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Fix a typo in nsock tests
This commit is contained in:
@@ -104,7 +104,7 @@ int main(int ac, char **av) {
|
|||||||
|
|
||||||
/* simple "do we have ssl" check for run_tests.sh */
|
/* simple "do we have ssl" check for run_tests.sh */
|
||||||
if (ac == 2 && !strncmp(av[1], "--ssl", 5)) {
|
if (ac == 2 && !strncmp(av[1], "--ssl", 5)) {
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_OPENSSL
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user