X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/51ffcca6f1f6005c37c25144ed8b30f5e8a094e9..9641b6648d2d2d87e14856f9c3383deb86772757:/test/src/client.c diff --git a/test/src/client.c b/test/src/client.c index 9beaf25bb..29712bb5e 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -802,6 +802,8 @@ nextinput: } fflush(stdout); } + else + printf("Succeeded in starting TLS (with OCSP)\n"); #endif } #endif @@ -1341,7 +1343,7 @@ if (tls_on_connect) printf("Failed to verify certificate status\n"); #endif else - printf("Succeeded in starting TLS\n"); + printf("Succeeded in starting TLS%s\n", ocsp_stapling ? " (with OCSP)":""); } #endif