CertEnumCRLsInStore not supplied by MinGW
Mark Brand
mabrand at mabrand.nl
Tue Jul 3 09:58:01 CEST 2012
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
More information about the Gnutls-devel
mailing list