]> git.eshelyaron.com Git - emacs.git/commit
Have gnutls_symmetric cache the results from Fgnutls_ciphers
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Aug 2020 14:44:24 +0000 (16:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Aug 2020 14:44:24 +0000 (16:44 +0200)
commit88795c52ff13203dda5940ed5defc26ce2c20e5e
treee37715f704e7b8a42ef8cc7e9b440d4927253ef6
parent230bddbd78cc86c4520112c4cead2e1ec3cddb77
Have gnutls_symmetric cache the results from Fgnutls_ciphers

* src/gnutls.c (gnutls_symmetric): Cache the results from
Fgnutls_ciphers, since that function isn't very fast (bug#42998).
(syms_of_gnutls): Initialize cache variable.
src/gnutls.c