mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-25 20:21:07 +01:00
* gpgkeys_hkp.c (parse_hkp_index): Type tweaks.
* gpgkeys_hkp.c (main): Add experimental code warning.
This commit is contained in:
parent
e1f88c5d3f
commit
e6e35d9937
@ -1,3 +1,9 @@
|
|||||||
|
2002-06-06 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c (parse_hkp_index): Type tweaks.
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c (main): Add experimental code warning.
|
||||||
|
|
||||||
2002-06-05 David Shaw <dshaw@jabberwocky.com>
|
2002-06-05 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Makefile.am, gpgkeys_hkp.c (new): Experimental HKP keyserver
|
* Makefile.am, gpgkeys_hkp.c (new): Experimental HKP keyserver
|
||||||
|
@ -397,8 +397,7 @@ unsigned int scan_isodatestr( const char *string )
|
|||||||
int parse_hkp_index(char *line,char **buffer)
|
int parse_hkp_index(char *line,char **buffer)
|
||||||
{
|
{
|
||||||
static int open=0,revoked=0;
|
static int open=0,revoked=0;
|
||||||
static char *key;
|
static char *key,*uid;
|
||||||
static unsigned char *uid;
|
|
||||||
static unsigned int bits,createtime;
|
static unsigned int bits,createtime;
|
||||||
int ret=0;
|
int ret=0;
|
||||||
|
|
||||||
@ -662,6 +661,9 @@ int main(int argc,char *argv[])
|
|||||||
|
|
||||||
console=stderr;
|
console=stderr;
|
||||||
|
|
||||||
|
fprintf(console,
|
||||||
|
"gpgkeys: Warning: this is an *experimental* HKP interface!\n");
|
||||||
|
|
||||||
while((arg=getopt(argc,argv,"ho:"))!=-1)
|
while((arg=getopt(argc,argv,"ho:"))!=-1)
|
||||||
switch(arg)
|
switch(arg)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user