]> git.eshelyaron.com Git - emacs.git/commit
Fix the build broken by latest GnuTLS-related changes
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Dec 2022 07:24:32 +0000 (09:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Dec 2022 07:24:32 +0000 (09:24 +0200)
commit24488bc4b275109d7132689a0714cfb11d05e512
tree5cb0d25690c4e9750fab4d9bdefb5fd301243515
parent2ec4e187c9c4592f9fbd86b67854110252b80140
Fix the build broken by latest GnuTLS-related changes

* src/gnutls.c (key_file2_aux): Don't use GNUTLS_PKCS_PBES2_*
constants that are defined only in latest versions of GnuTLS.
(Bug#50507)
(Fgnutls_boot): Mention in the doc string that some flags of
'gnutls_certificate_set_x509_key_file2' are only supported since
GnuTLS 3.6.3.
src/gnutls.c