summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509.c')
-rw-r--r--lib/x509/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 75153b6d11..0b319aa98c 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1954,7 +1954,7 @@ int gnutls_x509_crt_list_import(gnutls_x509_crt_t *certs, unsigned int* cert_max
do {
if (count >= *cert_max) {
- if (!(flags & GNUTLS_X509_CRT_IMPORT_LIST_FAIL_IF_EXCEED))
+ if (!(flags & GNUTLS_X509_CRT_LIST_IMPORT_FAIL_IF_EXCEED))
break;
else
nocopy = 1;