diff options
Diffstat (limited to 'dirmngr/http.c')
-rw-r--r-- | dirmngr/http.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c index 890f5f6a2..fc8292455 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -100,6 +100,7 @@ #include "i18n.h" #include "dns-stuff.h" #include "http.h" +#include "misc.h" #ifdef USE_NPTH @@ -726,7 +727,7 @@ http_session_new (http_session_t *r_session, is_hkps_pool = (intended_hostname && !ascii_strcasecmp (intended_hostname, - "hkps.pool.sks-keyservers.net")); + get_default_keyserver (1))); /* If the user has not specified a CA list, and they are looking * for the hkps pool from sks-keyservers.net, then default to |