diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-20 15:53:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-20 15:59:19 +0100 |
commit | fd71e7b81708be26c2c4c671a96b3b96bef23527 (patch) | |
tree | 1d8d99c5f69a3aa996a704bb7360a40c29fd3cd9 /src | |
parent | e54893330b92ed765b6872a1c47ba61d5e20ff7c (diff) |
GnuTLS: fix non-OCSP bulid
Broken-by: 7613df821d
Diffstat (limited to 'src')
-rw-r--r-- | src/src/tls-gnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |