mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Require gnutls 3.2
* dirmngr/http.c: Remove gnutls version specific code. (send_request): Factor some code out to ... (run_proxy_connect): new. (mk_proxy_request): new. (mk_std_request): new. * configure.ac (NEED_GNUTLS_VERSION): Require 3.2. -- This patch is to factor out some code and also to remove support for legacy gnutls versions. Note that gnutls 3.2 was released 10 years ago.
This commit is contained in:
parent
668deeded9
commit
3054016db9
2 changed files with 194 additions and 139 deletions
|
@ -73,7 +73,7 @@ NEED_NPTH_API=1
|
|||
NEED_NPTH_VERSION=1.2
|
||||
|
||||
|
||||
NEED_GNUTLS_VERSION=3.0
|
||||
NEED_GNUTLS_VERSION=3.2
|
||||
|
||||
NEED_SQLITE_VERSION=3.27
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue