X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssl_common.c;h=41f05757960f2a58a3ce6fc3adcfd42e845ff6b7;hp=c7bd538aab8b8fc9c05ed33ce0676f4210e60e1c;hb=c1691b7fafea3eb2e569db6c8e68c01afdacaf6c;hpb=afa231b8e31bbf0489303df30d103db2d737cd18 diff --git a/ssl_common.c b/ssl_common.c index c7bd538a..41f05757 100644 --- a/ssl_common.c +++ b/ssl_common.c @@ -407,7 +407,7 @@ extern void ssl_send_certificate_error(struct client_state *csp) /* * Sending final message to client */ - ssl_send_data(ssl_attr, (const unsigned char *)message, strlen(message)); + (void)ssl_send_data(ssl_attr, (const unsigned char *)message, strlen(message)); free_certificate_chain(csp);