Skip to content

Commit

Permalink
Fix a typo in nsock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 2, 2024
1 parent ba26cc7 commit 9fc9e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsock/tests/tests_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9fc9e6e

Please sign in to comment.