From: Ben Laurie Date: Thu, 13 Oct 2016 09:08:37 +0000 (+0100) Subject: Remove blank line. X-Git-Tag: OpenSSL_1_1_0c~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8934b0949c95eb865935481b9adf4f475a5b7aa9;p=oweals%2Fopenssl.git Remove blank line. Reviewed-by: Richard Levitte --- diff --git a/test/sslapitest.c b/test/sslapitest.c index 3c583319fc..495bf26ed2 100644 --- a/test/sslapitest.c +++ b/test/sslapitest.c @@ -170,7 +170,6 @@ static int ocsp_client_cb(SSL *s, void *arg) return 1; } - static int test_tlsext_status_type(void) { SSL_CTX *cctx = NULL, *sctx = NULL;