Loading ssl/s3_srvr.c +1 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,7 @@ int ssl3_accept(SSL *s) if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); } ret = 1; goto end; /* break; */ Loading Loading
ssl/s3_srvr.c +1 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,7 @@ int ssl3_accept(SSL *s) if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); } ret = 1; goto end; /* break; */ Loading