summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-08-20 16:43:03 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-08-20 18:22:39 +0100
commit9641b6648d2d2d87e14856f9c3383deb86772757 (patch)
treebbcc9665596db809d4ced5dd463e72de73e08b3e /test/src
parentba47f2909371787b76d213ea012c6b950f9f8080 (diff)
downloadexim4-9641b6648d2d2d87e14856f9c3383deb86772757.tar.gz
OpenSSL: fix reload of changed OCSP proof
Diffstat (limited to 'test/src')
-rw-r--r--test/src/client.c4
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