Comment 29 for bug 1013798

Revision history for this message
Jack Bates (nottheoilrig) wrote :

I think this bug is a problem in the Python wrapper for the GnuTLS library. The Libgcrypt manual states that:

> The function gcry_check_version initializes some subsystems used by Libgcrypt
> and must be invoked before any other function in the library, with the exception of
> the GCRYCTL_SET_THREAD_CBS command (called via the gcry_control function).

Properly initializing the library resolves this bug.