[exim-cvs] GnuTLS: fix non-OCSP bulid

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] GnuTLS: fix non-OCSP bulid
Gitweb: https://git.exim.org/exim.git/commitdiff/fd71e7b81708be26c2c4c671a96b3b96bef23527
Commit:     fd71e7b81708be26c2c4c671a96b3b96bef23527
Parent:     e54893330b92ed765b6872a1c47ba61d5e20ff7c
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Sep 20 15:53:01 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Sep 20 15:59:19 2019 +0100


    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 a45dd65..14ad828 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 */