]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation of gnutls.c with older GnuTLS
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Jul 2017 11:03:44 +0000 (14:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Jul 2017 11:03:44 +0000 (14:03 +0300)
commit178e0df2c283fa00f0aa8df0e321b846d3d8d47f
treedaa386bfff695428dbad2c6895dd8b37e6c15773
parent011dfceae38164348079c5dcf198407811554fef
Fix compilation of gnutls.c with older GnuTLS

* src/gnutrls.c (syms_of_gnutls): Condition some defsubr's
on HAVE_GNUTLS3, to avoid compilation errors when GnuTLS
v3.X is not available.  Reported by Colin Baxter <m43cap@yandex.com>.
src/gnutls.c