aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r--g10/keyserver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c
index 3670f6d13..8b71a6340 100644
--- a/g10/keyserver.c
+++ b/g10/keyserver.c
@@ -184,8 +184,7 @@ parse_keyserver_uri(char *uri,const char *configname,unsigned int configlineno)
scheme="hkp";
add_to_strlist(&opt.keyserver_options.other,"broken-http-proxy");
}
- else if(ascii_strcasecmp(scheme,"x-hkp")==0
- || ascii_strcasecmp(scheme,"http")==0)
+ else if(ascii_strcasecmp(scheme,"x-hkp")==0)
{
/* Canonicalize this to "hkp" so it works with both the internal
and external keyserver interface. */