emacs-diffs
[Top][All Lists]
Advanced

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

master 57e363a451 2/2: ; * src/gnutls.c (Fgnutls_boot): Fix typo.


From: Po Lu
Subject: master 57e363a451 2/2: ; * src/gnutls.c (Fgnutls_boot): Fix typo.
Date: Fri, 30 Dec 2022 20:11:25 -0500 (EST)

branch: master
commit 57e363a4514bddc443414aec1528fd9501d85034
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/gnutls.c (Fgnutls_boot): Fix typo.
---
 src/gnutls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index eb231810fa..ab50128b81 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1941,7 +1941,7 @@ one trustfile (usually a CA bundle).  */)
   Lisp_Object prime_bits;
 #ifdef HAVE_GNUTLS_CERTIFICATE_SET_X509_KEY_FILE2
   unsigned int aux_key_file;
-#endiif
+#endif
   struct Lisp_Process *p = XPROCESS (proc);
 
   CHECK_PROCESS (proc);



reply via email to

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