diff options
Diffstat (limited to 'lib/errors.c')
-rw-r--r-- | lib/errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/errors.c b/lib/errors.c index fef45ae..cee74da 100644 --- a/lib/errors.c +++ b/lib/errors.c @@ -53,6 +53,7 @@ static const libtasn1_error_entry error_algorithms[] = { LIBTASN1_ERROR_ENTRY (ASN1_ARRAY_ERROR), LIBTASN1_ERROR_ENTRY (ASN1_ELEMENT_NOT_EMPTY), LIBTASN1_ERROR_ENTRY (ASN1_TIME_ENCODING_ERROR), + LIBTASN1_ERROR_ENTRY (ASN1_RECURSION), {0, 0} }; |