[Top][All Lists]
[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
gnutls2.patch
Description: Binary data
- Re: [PATCH] GnuTLS support on Woe32, (continued)
- Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Chong Yidong, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Tom Tromey, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/05/02
- Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/02
Re: [PATCH] GnuTLS support on Woe32,
Juanma Barranquero <=
Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/03
Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/05/03
Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/03
Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/05/03
Re: [PATCH] GnuTLS support on Woe32, Andreas Schwab, 2011/05/03
RE: [PATCH] GnuTLS support on Woe32, Drew Adams, 2011/05/03