summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-03-29 07:23:41 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-03-29 07:23:41 +0000
commitb4cca7fbed6053cb4a03c5f7df65989f92a0bdac (patch)
treecb9f5dff0106930b83c6956c29304dee1139bc03
parenta2304f1b91e649c9aeb74b1300d81d5a6b1da752 (diff)
downloadgnutls-b4cca7fbed6053cb4a03c5f7df65989f92a0bdac.tar.gz
*** empty log message ***
-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;