summaryrefslogtreecommitdiff
path: root/lib/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/errors.c')
-rw-r--r--lib/errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/errors.c b/lib/errors.c
index c4bc8c72b9..fb6b54b4b0 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -165,6 +165,8 @@ static const gnutls_error_entry error_entries[] = {
GNUTLS_E_CERTIFICATE_TIME_ERROR),
ERROR_ENTRY(N_("Error in the certificate verification."),
GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR),
+ ERROR_ENTRY(N_("Error in the CRL verification."),
+ GNUTLS_E_CRL_VERIFICATION_ERROR),
ERROR_ENTRY(N_("Error in the private key verification; seed doesn't match."),
GNUTLS_E_PRIVKEY_VERIFICATION_ERROR),
ERROR_ENTRY(N_("Could not authenticate peer."),