mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: Rearrange files to fix de6d831
.
* dirmngr/http-common.c: New. * dirmngr/http-common.h: New. * dirmngr/Makefile.am (dirmngr_SOURCES): Add them. (t_http_SOURCES): Add them. (t_ldap_parse_uri_SOURCES): Add them. * dirmngr/misc.c (get_default_keyserver): Move to ... * dirmngr/http-common.c: here. * dirmngr/http.c: Include http-common.h instead of misc.h. * dirmngr/http-ntbtls.c: Ditto. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
de6d8313f6
commit
1890896fe6
8 changed files with 81 additions and 31 deletions
|
@ -72,6 +72,7 @@
|
|||
#include "../common/init.h"
|
||||
#include "gc-opt-flags.h"
|
||||
#include "dns-stuff.h"
|
||||
#include "http-common.h"
|
||||
|
||||
#ifndef ENAMETOOLONG
|
||||
# define ENAMETOOLONG EINVAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue