GNU bug report logs - #50507
New function in Emacs GnuTLS implementation

Previous Next

Package: emacs;

Reported by: Nikolaos Chatzikonstantinou <nchatz314 <at> gmail.com>

Date: Fri, 10 Sep 2021 12:02:02 UTC

Severity: wishlist

Tags: fixed, moreinfo

Fixed in version 30.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Nikolaos Chatzikonstantinou <nchatz314 <at> gmail.com>
Cc: 50507 <at> debbugs.gnu.org, mattias.engdegard <at> gmail.com, rpluim <at> gmail.com
Subject: bug#50507: New function in Emacs GnuTLS implementation
Date: Sat, 31 Dec 2022 09:28:10 +0200
> From: Nikolaos Chatzikonstantinou <nchatz314 <at> gmail.com>
> Date: Sat, 31 Dec 2022 00:59:09 +0200
> Cc: 50507 <at> debbugs.gnu.org, Robert Pluim <rpluim <at> gmail.com>,
>  Eli Zaretskii <eliz <at> gnu.org>
> 
> > gnutls.c:1837:8: error: 'GNUTLS_PKCS_PBES2_GOST_CPD' undeclared (first use in this function)
> >  rv |= GNUTLS_PKCS_PBES2_GOST_CPD;
> >        ^~~~~~~~~~~~~~~~~~~~~~~~~~
> > 
> 
> I can work on this tomorrow and fix it. I think it needs preprocessor guards on the version.

Since GnuTLS's documentation doesn't bother specifying when these
constants were introduced (some in 3.5.x, some in 3.6.x), I preferred
to condition the use of each constant by its being defined, instead of
conditioning on versions.




This bug report was last modified 2 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.