aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-http.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-18 18:07:44 +0000
committerWerner Koch <[email protected]>2015-10-18 18:08:26 +0000
commit5aa1b392b1bf6fcf4cd380862c5affac39a4f34d (patch)
tree882c4f557c37121a3bfa23bc1afaf60c6bc18cc5 /common/t-http.c
parentg10: Fix assert. (diff)
downloadgnupg-5aa1b392b1bf6fcf4cd380862c5affac39a4f34d.tar.gz
gnupg-5aa1b392b1bf6fcf4cd380862c5affac39a4f34d.zip
Move http module from common/ to dirmngr/.
* common/http.c: Move to ../dirmngr/. * common/http.h: Move to ../dirmngr/. * common/t-http.c: Move to ../dirmngr/. * common/tls-ca.pem: Move to ../dirmngr/. * common/Makefile.am: Do not build libcommontls.a libcommontlsnpth.a. Remove http.c related stuff. * po/POTFILES.in: Move http.c to dirmngr/. * dirmngr/Makefile.am (EXTRA_DIST): Add tls-ca.pem. (module_maint_tests): New. (noinst_PROGRAMS): Add module_maint_tests. (dirmngr_SOURCES): Add http.c and http.h. (dirmngr_LDADD): Remove libcommontlsnpth. (t_common_ldadd): Ditto. (t_http_SOURCES, t_http_CFLAGS, t_http_LDADD): New. (t_ldap_parse_uri_SOURCES): Add http.c. (t_ldap_parse_uri_CFLAGS): Build without npth. ($(PROGRAMS)): Do not require libcommontls.a libcommontlsnpth.a. * dirmngr/dirmngr.h, dirmngr/ks-engine.h: Fix include of http.h. -- All network access is done via dirmngr and thus http.c should be there. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--dirmngr/t-http.c (renamed from common/t-http.c)0
1 files changed, 0 insertions, 0 deletions
diff --git a/common/t-http.c b/dirmngr/t-http.c
index 41b2dd118..41b2dd118 100644
--- a/common/t-http.c
+++ b/dirmngr/t-http.c