diff options
author | Determinant <[email protected]> | 2019-06-18 18:19:39 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-18 18:19:39 -0400 |
commit | 8f42d0581a8e0cd77bde459db6b61fd957e19c1b (patch) | |
tree | 216d607daa37b0bf2308b43375e8a1eb41dce6f8 /src/util.cpp | |
parent | d91fc3e873d4bddd5cdd69fda7f67bd780a0ac55 (diff) |
WIP: TLS support
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 5 |
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"; |