summaryrefslogtreecommitdiff
path: root/lib/x509/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/common.c')
-rw-r--r--lib/x509/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/x509/common.c b/lib/x509/common.c
index 2575f6277d..f4310d7e36 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.c
@@ -695,7 +695,6 @@ x509_read_value(ASN1_TYPE c, const char *root,
if (result != ASN1_MEM_ERROR) {
if (result != ASN1_SUCCESS || allow_null == 0 || len != 0) {
- gnutls_assert();
result = _gnutls_asn2err(result);
return result;
}