]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/gnutls.c (Fgnutls_boot): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 31 Dec 2022 01:10:36 +0000 (09:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 31 Dec 2022 01:10:36 +0000 (09:10 +0800)
src/gnutls.c

index eb231810fae719c6d55758d0aafead53b5ae0a94..ab50128b81cab96f40eeabe5897be9e4455ce563 100644 (file)
@@ -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);