diff options
Diffstat (limited to 'test/src/client.c')
-rw-r--r-- | test/src/client.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 |