Skip to content
  • Michael Catanzaro's avatar
    Disable automatic initialization of GnuTLS · 8d22eacb
    Michael Catanzaro authored
    We have code here to ensure that GnuTLS does not get initialized just by
    scanning GIO modules, but it's being defeated because GnuTLS has since
    started initializing itself using a library constructor. To fix this we
    have to define the symbol _gnutls_global_init_skip using the macro
    GNUTLS_SKIP_GLOBAL_INIT.
    8d22eacb