aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/t-http.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-02-20 08:53:31 +0000
committerWerner Koch <[email protected]>2017-02-20 08:53:31 +0000
commit81ea24b8637ac08e44e9e44816689413c2ae7e08 (patch)
treeea2114d849c2993971aa037efed8cc30bd7b949a /dirmngr/t-http.c
parentdirmngr: Make t-http.c work again with gnutls. (diff)
downloadgnupg-81ea24b8637ac08e44e9e44816689413c2ae7e08.tar.gz
gnupg-81ea24b8637ac08e44e9e44816689413c2ae7e08.zip
dirmngr: Make t-http.c work again with gnutls - second try
* dirmngr/t-http.c: Always include ksba.h. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'dirmngr/t-http.c')
-rw-r--r--dirmngr/t-http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/t-http.c b/dirmngr/t-http.c
index 464112198..37b3e5329 100644
--- a/dirmngr/t-http.c
+++ b/dirmngr/t-http.c
@@ -42,6 +42,7 @@
#include "logging.h"
#include "http.h"
+#include <ksba.h>
#if HTTP_USE_NTBTLS
# include <ntbtls.h>
#elif HTTP_USE_GNUTLS