X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Fstatem%2Fstatem_srvr.c;h=f24f05f44b1f9d424df8ef5fccf18c5d59a2ba99;hb=56d362881eb9173d74f89aa8c4c4b42bc3397a17;hp=249ee403fe8c1e142708510cbf7df102a1f84613;hpb=b4ff66223b53ad9d2f5b4efd75bf8d52cc59c8dd;p=openssl.git diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c index 249ee403fe..f24f05f44b 100644 --- a/ssl/statem/statem_srvr.c +++ b/ssl/statem/statem_srvr.c @@ -654,7 +654,7 @@ WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) * Actually this is the end of the handshake, but we're going * straight into writing the session ticket out. So we finish off * the handshake, but keep the various buffers active. - * + * * Calls SSLfatal as required. */ return tls_finish_handshake(s, wst, 0);