tidying
[exim.git] / src / src / tls-openssl.c
index cefa94fecb1526ed94999ca2674ae0b3499b0fdf..e69b64ce06a34cd2b137dd22877fd50e4b0cb740 100644 (file)
@@ -1752,6 +1752,7 @@ else
 *        Set up for verifying certificates       *
 *************************************************/
 
+#ifndef DISABLE_OCSP
 /* Load certs from file, return TRUE on success */
 
 static BOOL
@@ -1769,6 +1770,7 @@ while ((x = PEM_read_bio_X509(bp, NULL, 0, NULL)))
 BIO_free(bp);
 return TRUE;
 }
+#endif