aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 874eb41..fde326a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -47,7 +47,10 @@ const char *SALTICIDAE_ERROR_STRINGS[] = {
"option name already exists",
"unknown action",
"configuration file line too long",
- "invalid option format"
+ "invalid option format",
+ "unable to load cert",
+ "uable to load key",
+ "tls generic error"
};
const char *TTY_COLOR_RED = "\x1b[31m";