]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 29 Mar 2005 07:23:41 +0000 (07:23 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 29 Mar 2005 07:23:41 +0000 (07:23 +0000)
lib/x509/x509.c

index 75153b6d119bb9eebbb42720f57e0973210e171a..0b319aa98c077f1db5273171368e8639108a67c2 100644 (file)
@@ -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;