[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: |
Wed, 4 May 2011 05:25:07 +0200 |
2011/5/4 Ted Zlatanov <address@hidden>:
> Could you push it into the :dll property of that symbol (always a list)?
> Then just loop on all the names when logging later.
What I've done is to add a property :loaded-from to the library-id
(the symbol identifying the library). So in case the loading fails, I
just log that it failed, but not the filenames that were tried,
because they are exactly (cdr (assq 'gnutls dynamic-library-alist)).
If the loading is successfull, I log the filename too.
> You could just say GNUTLS_LOG2 (1, 1, "loading the GnuTLS DLL: ",
> filename) so it's unconditional (not the end of the world)
I've opted for the easiest option, so GNUTLS_LOG2 (1, 1, ...). Feel
free to change it once installed.
Attached is the third version of the patch.
Juanma
gnutls3.patch
Description: Binary data
- Re: [PATCH] GnuTLS support on Woe32, (continued)
- Re: [PATCH] GnuTLS support on Woe32, David Kastrup, 2011/05/04
- 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, Juanma Barranquero, 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,
Juanma Barranquero <=
- Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/05/04
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/05/04
- Re: [PATCH] GnuTLS support on Woe32, Juanma Barranquero, 2011/05/04