2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3093] Applied patch

This commit is contained in:
Francis Dupont
2023-09-27 09:09:15 +02:00
parent ff12dad7e3
commit be074bd7fb

View File

@@ -633,6 +633,7 @@ TEST(TLSTest, loadCertKeyFile) {
exps.addThrow("no start line (PEM routines, CRYPTO_internal)"); exps.addThrow("no start line (PEM routines, CRYPTO_internal)");
exps.addThrow("PEM lib"); exps.addThrow("PEM lib");
exps.addThrow("PEM lib (SSL routines)"); exps.addThrow("PEM lib (SSL routines)");
exps.addThrow("unsupported (DECODER routines)");
// Another possible error. // Another possible error.
exps.addThrow("No such file or directory"); exps.addThrow("No such file or directory");
exps.runCanThrow([] { exps.runCanThrow([] {