From 0275e7ba6ee76f56ab199f006d978e37e3715610 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Jan 2016 08:27:16 +0200 Subject: [PATCH] ; 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 file changed, 2 insertions(+) diff --git a/src/sysdep.c b/src/sysdep.c index d3e271b9dff..3c3da0d5d7b 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -100,6 +100,8 @@ along with GNU Emacs. If not, see . */ #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 #else -- 2.39.5