diff options
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 f70cb32..b1f60db 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -56,6 +56,7 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "tls key does not match the cert", "tls fail to get peer cert", "fd error", + "rand source is not available, try again", "unknown error" }; |