summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index b09c7c2..6e38c94 100644
--- a/src/common.c
+++ b/src/common.c
@@ -374,7 +374,8 @@ const char *ca_strerror(int code) {
[-CA_ERROR_CANCELED] = "Canceled",
[-CA_ERROR_NOTAVAILABLE] = "Not available",
[-CA_ERROR_ACCESS] = "Access forbidden",
- [-CA_ERROR_IO] = "IO error"
+ [-CA_ERROR_IO] = "IO error",
+ [-CA_ERROR_INTERNAL] = "Internal error"
};
ca_return_val_if_fail(code <= 0, NULL);