From: Simon Josefsson Date: Tue, 2 Jun 2009 06:41:42 +0000 (+0200) Subject: Don't assert on expected errors. X-Git-Tag: gnutls_2_9_1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=715cd2bcb8e2dc735ae9eec02153366f43b474aa;p=thirdparty%2Fgnutls.git Don't assert on expected errors. --- 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; } }