Skip to content

Commit

Permalink
Support tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Sep 17, 2018
1 parent dab6c66 commit fee7177
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openssl-dynamic/src/main/c/sslcontext.c
Expand Up @@ -347,13 +347,6 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, make)(TCN_STDARGS, jint protocol, jint mod
ssl_context_cleanup,
apr_pool_cleanup_null);


#ifndef OPENSSL_NO_TLS1_3
// We specify this as we currently not handle these extra tickets send after the handshake / shutdown
// in netty. We may want to remove this call once we do.
SSL_CTX_set_num_tickets(ctx, 0);
#endif

return P2J(c);
cleanup:
if (p != NULL) {
Expand Down

0 comments on commit fee7177

Please sign in to comment.