Skip to content

Commit

Permalink
fixup! Correct ssl_old_test stream handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Jan 3, 2024
1 parent 57cde18 commit c63bca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ssl_old_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ int main(int argc, char *argv[])
if (strcmp(*argv, "-F") == 0) {
fprintf(stderr,
"not compiled with FIPS support, so exiting without running.\n");
ret = EXIT_SUCCESS;
goto end;
} else if (strcmp(*argv, "-server_auth") == 0)
server_auth = 1;
Expand Down

0 comments on commit c63bca6

Please sign in to comment.