emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 0275e7b: ; Improve commentary in sysdep.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 0275e7b: ; Improve commentary in sysdep.c
Date: Sat, 23 Jan 2016 06:27:52 +0000

branch: emacs-25
commit 0275e7ba6ee76f56ab199f006d978e37e3715610
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Improve commentary in sysdep.c
    
    * src/sysdep.c: Explain in a comment why on Windows we don't load
    GnuTLS during startup for calling gnutls_rnd.  (Bug#22202)
---
 src/sysdep.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/sysdep.c b/src/sysdep.c
index d3e271b..3c3da0d 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -100,6 +100,8 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #include "cm.h"
 
 #include "gnutls.h"
+/* MS-Windows loads GnuTLS at run time, if available; we don't want to
+   do that during startup just to call gnutls_rnd.  */
 #if 0x020c00 <= GNUTLS_VERSION_NUMBER && !defined WINDOWSNT
 # include <gnutls/crypto.h>
 #else



reply via email to

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