diff options
author | Determinant <[email protected]> | 2019-06-22 01:04:36 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-22 01:04:36 -0400 |
commit | 95257d41d0b946197093ad67657fb3d4f7f9030f (patch) | |
tree | 48986fe06085b83e45c633da0be97e586be722c7 /src/util.cpp | |
parent | 729eb87a12bb0efd3c2a4cc381f39e13dfd4fbf9 (diff) |
update C API; fix bugs
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 1493b20..f70cb32 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -55,6 +55,7 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "EVP_PKEY error", "tls key does not match the cert", "tls fail to get peer cert", + "fd error", "unknown error" }; |