6332N/AWithout this, the compiler complains about a prototype mismatch and the build fails. Potentially send upstream
6332N/A
6332N/A--- gcr-3.16.0/gcr/gcr-certificate-chain.h 2015-04-06 11:28:46.000000000 -0700
6332N/A+++ gcr-3.16.0/gcr/gcr-certificate-chain.h 2015-05-27 15:23:54.276255958 -0700
6332N/A@@ -90,14 +90,14 @@
6332N/A gboolean gcr_certificate_chain_build (GcrCertificateChain *self,
6332N/A const gchar *purpose,
6332N/A const gchar *peer,
6332N/A- guint flags,
6332N/A+ GcrCertificateChainFlags flags,
6332N/A GCancellable *cancellable,
6332N/A GError **error);
6332N/A
6332N/A void gcr_certificate_chain_build_async (GcrCertificateChain *self,
6332N/A const gchar *purpose,
6332N/A const gchar *peer,
6332N/A- guint flags,
6332N/A+ GcrCertificateChainFlags flags,
6332N/A GCancellable *cancellable,
6332N/A GAsyncReadyCallback callback,
6332N/A gpointer user_data);