X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fd1_msg.c;h=5906e88ca68f69b04c62f764cc27a58bd4536266;hb=79c2c741303ed188214b9299a51c837635f7e9a8;hp=35a510d86fec92e6f7c74c6ca3d18e83bf185308;hpb=0e97f1e1a7f43be3a5e5c6256fe6bcb90caf9e01;p=oweals%2Fopenssl.git diff --git a/ssl/d1_msg.c b/ssl/d1_msg.c index 35a510d86f..5906e88ca6 100644 --- a/ssl/d1_msg.c +++ b/ssl/d1_msg.c @@ -17,7 +17,7 @@ int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len, if (SSL_in_init(s) && !ossl_statem_get_in_handshake(s)) { i = s->handshake_func(s); if (i < 0) - return (i); + return i; if (i == 0) { SSLerr(SSL_F_DTLS1_WRITE_APP_DATA_BYTES, SSL_R_SSL_HANDSHAKE_FAILURE);