mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a typo in nsock tests
This commit is contained in:
parent
ba26cc78f2
commit
9fc9e6e081
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ int main(int ac, char **av) {
|
|||
|
||||
/* simple "do we have ssl" check for run_tests.sh */
|
||||
if (ac == 2 && !strncmp(av[1], "--ssl", 5)) {
|
||||
#ifdef HAVE_SSL
|
||||
#ifdef HAVE_OPENSSL
|
||||
return 0;
|
||||
#else
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue