emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] GnuTLS support on Woe32


From: Juanma Barranquero
Subject: Re: [PATCH] GnuTLS support on Woe32
Date: Tue, 3 May 2011 04:27:55 +0200

2011/5/2 Ted Zlatanov <address@hidden>:

> So we just need to modify `emacs_gnutls_global_init' to load and check
> the GnuTLS library

emacs_gnutls_global_init is called too late, after
gnutls_global_set_log_function and gnutls_global_set_log_level have
been called. I've chosen to call Fgnutls_available_p at the start of
Fgnutls_boot.

Please take a look at the attached patch, which is a rough cut; it
lacks any documentation (no ChangeLog entries) and I'm not really sure
what am I doing with the errors :-)  Also, I haven't added GNUTLS_LOG
calls; feel free to suggest them as appropriate.

    Juanma

Attachment: gnutls2.patch
Description: Binary data


reply via email to

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