From c0e94f82921a1c9972038f8fe4f895340cdbf2ea Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 12 Dec 2009 11:10:25 +0000 Subject: [PATCH] Missing newline. --- ssl/d1_srvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c index f62d396df5..e4e255ddaa 100644 --- a/ssl/d1_srvr.c +++ b/ssl/d1_srvr.c @@ -1329,4 +1329,4 @@ int dtls1_send_newsession_ticket(SSL *s) /* SSL3_ST_SW_SESSION_TICKET_B */ return(dtls1_do_write(s,SSL3_RT_HANDSHAKE)); } -#endif \ No newline at end of file +#endif -- 2.25.1