]> git.eshelyaron.com Git - emacs.git/commit
Simplify configuration of HAVE_GNUTLS3 etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Aug 2017 02:46:41 +0000 (19:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Aug 2017 02:49:43 +0000 (19:49 -0700)
commita8a81df8da1adad2d4feb22b1fd6aac0f7ca98d2
tree765664da2f91c54802c663e1cb8c9ba81c4ebb5c
parent2d2c12fc5f45ff73387efd6241447f3d9cbadf09
Simplify configuration of HAVE_GNUTLS3 etc.

There's only one GnuTLS, so configuring these symbols at
'configure' time is overkill.  Simplify things by moving their
configuration to src/gnutls.h (Bug#27708).
* configure.ac (HAVE_GNUTLS3, HAVE_GNUTLS3_HMAC, HAVE_GNUTLS3_AEAD)
(HAVE_GNUTLS3_CIPHER, HAVE_GNUTLS3_DIGEST): Move these definitions
from here ...
* src/gnutls.h: ... to here, and simplify.
configure.ac
src/gnutls.h