aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_hkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyserver/gpgkeys_hkp.c')
-rw-r--r--keyserver/gpgkeys_hkp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyserver/gpgkeys_hkp.c b/keyserver/gpgkeys_hkp.c
index 0189dd33f..24bc9cb0d 100644
--- a/keyserver/gpgkeys_hkp.c
+++ b/keyserver/gpgkeys_hkp.c
@@ -397,8 +397,7 @@ unsigned int scan_isodatestr( const char *string )
int parse_hkp_index(char *line,char **buffer)
{
static int open=0,revoked=0;
- static char *key;
- static unsigned char *uid;
+ static char *key,*uid;
static unsigned int bits,createtime;
int ret=0;
@@ -662,6 +661,9 @@ int main(int argc,char *argv[])
console=stderr;
+ fprintf(console,
+ "gpgkeys: Warning: this is an *experimental* HKP interface!\n");
+
while((arg=getopt(argc,argv,"ho:"))!=-1)
switch(arg)
{