OpenSSL: fix reload of changed OCSP proof
[exim.git] / test / src / client.c
index 9beaf25bb74a4ef154b35c94db1036f150b71f88..29712bb5e6128cf489a68048d135700495664252 100644 (file)
@@ -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