tidying
[exim.git] / src / src / tls-openssl.c
index e49966d98b12f22f34beb3b1499993d576f434bc..aa24c3338401ace6b06f48309d0b572bf1518d41 100644 (file)
@@ -782,11 +782,13 @@ DEBUG(D_tls)
   }
 }
 
+#ifdef OPENSSL_HAVE_KEYLOG_CB
 static void
 keylog_callback(const SSL *ssl, const char *line)
 {
 DEBUG(D_tls) debug_printf("%.200s\n", line);
 }
+#endif