From fd71e7b81708be26c2c4c671a96b3b96bef23527 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 20 Sep 2019 15:53:01 +0100 Subject: [PATCH] GnuTLS: fix non-OCSP bulid Broken-by: 7613df821d --- src/src/tls-gnu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index a45dd65e9..14ad82809 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -1131,8 +1131,8 @@ if (state->exp_tls_certificate && *state->exp_tls_certificate) } else DEBUG(D_tls) debug_printf("ran out of OCSP response files in list\n"); -#endif } +#endif /* DISABLE_OCSP */ } } else /* client */ -- 2.25.1