From: Nikos Mavrogiannopoulos Date: Tue, 29 Mar 2005 07:23:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_2_1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4cca7fbed6053cb4a03c5f7df65989f92a0bdac;p=thirdparty%2Fgnutls.git *** empty log message *** --- 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;