1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a typo in nsock tests

This commit is contained in:
dmiller
2024-04-02 21:32:24 +00:00
parent ba26cc78f2
commit 9fc9e6e081

View File

@@ -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;