gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CertEnumCRLsInStore not supplied by MinGW


From: Mark Brand
Subject: CertEnumCRLsInStore not supplied by MinGW
Date: Tue, 03 Jul 2012 09:58:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Firefox/13.0.1 SeaMonkey/2.10

Hi,

I just wanted to mention that CertEnumCRLsInStore does not seem to be supplied by MinGW. Since gnutls-3.0.20, this breaks the build on MinGW (mingw.org).

In the 3.0.21 release (and tag gnutls_3_0_21_real) it appears here:

gnutls-3.0.21/lib/gnutls_x509.c:1614: crl = CertEnumCRLsInStore(store, NULL); gnutls-3.0.21/lib/gnutls_x509.c:1637: crl = CertEnumCRLsInStore(store, crl);

In the master branch, it appears here:

  lib/system.c:399:    crl = CertEnumCRLsInStore(store, NULL);
  lib/system.c:421:        crl = CertEnumCRLsInStore(store, crl);

Is there a good way to deal with this?

regards,

Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]