Skip to content

Commit

Permalink
fixup! Add explicit testing of ALN and NPN in sslapitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Jun 24, 2024
1 parent ec8f99d commit 9a28366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sslapitest.c
Original file line number Diff line number Diff line change
Expand Up @@ -11211,6 +11211,8 @@ static int test_npn(int idx)
end:
SSL_free(serverssl);
SSL_free(clientssl);
SSL_CTX_free(sctx);
SSL_CTX_free(cctx);

return testresult;
}
Expand Down Expand Up @@ -11312,6 +11314,8 @@ static int test_alpn(int idx)
end:
SSL_free(serverssl);
SSL_free(clientssl);
SSL_CTX_free(sctx);
SSL_CTX_free(cctx);

return testresult;
}
Expand Down

0 comments on commit 9a28366

Please sign in to comment.