summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-06-02 08:41:42 +0200
committerSimon Josefsson <simon@josefsson.org>2009-06-02 08:41:42 +0200
commit715cd2bcb8e2dc735ae9eec02153366f43b474aa (patch)
tree9325c7d2a1a0c5a292a666ec8e26dc951541b93a
parent27a51ffa9af8b6fabb4d4227621afecfea465def (diff)
downloadgnutls-715cd2bcb8e2dc735ae9eec02153366f43b474aa.tar.gz
Don't assert on expected errors.
-rw-r--r--lib/x509/crq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index 9bfb67356c..9aa413e642 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -394,7 +394,6 @@ parse_attribute (ASN1_TYPE asn1_struct,
else
{
*sizeof_buf = len;
- gnutls_assert ();
return GNUTLS_E_SHORT_MEMORY_BUFFER;
}
}