emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28730: closed ([PATCH] Remove duplicated call to D


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28730: closed ([PATCH] Remove duplicated call to DEFSYM from the same routine.)
Date: Sat, 07 Oct 2017 14:56:01 +0000

Your message dated Sat, 07 Oct 2017 17:55:34 +0300
with message-id <address@hidden>
and subject line Re: bug#28730: [PATCH] Remove duplicated call to DEFSYM from 
the same routine.
has caused the debbugs.gnu.org bug report #28730,
regarding [PATCH] Remove duplicated call to DEFSYM from the same routine.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28730: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28730
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Remove duplicated call to DEFSYM from the same routine. Date: Sat, 7 Oct 2017 15:39:06 +0200
* src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.

Copyright-paperwork-exempt: yes.
---
 src/gnutls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index d7a1399f10..b55d1b9289 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -2472,7 +2472,6 @@ syms_of_gnutls (void)
   DEFSYM (QCcipher_blocksize, ":cipher-blocksize");
   DEFSYM (QCcipher_keysize, ":cipher-keysize");
   DEFSYM (QCcipher_tagsize, ":cipher-tagsize");
-  DEFSYM (QCcipher_keysize, ":cipher-keysize");
   DEFSYM (QCcipher_ivsize, ":cipher-ivsize");
 
   DEFSYM (QCmac_algorithm_id, ":mac-algorithm-id");
-- 
2.11.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#28730: [PATCH] Remove duplicated call to DEFSYM from the same routine. Date: Sat, 07 Oct 2017 17:55:34 +0300
> From: Piotr Trojanek <address@hidden>
> Date: Sat,  7 Oct 2017 15:39:06 +0200
> Cc: Piotr Trojanek <address@hidden>
> 
> * src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.

Thanks, pushed to the release branch.


--- End Message ---

reply via email to

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