mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* gpgkeys_curl.c: Fix typo.
This commit is contained in:
parent
02a85a958c
commit
115ebcfcf8
@ -1,3 +1,7 @@
|
||||
2005-01-18 David Shaw <dshaw@grover.jabberwocky.com>
|
||||
|
||||
* gpgkeys_curl.c: Fix typo.
|
||||
|
||||
2005-01-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash with
|
||||
|
@ -40,7 +40,7 @@ static char auth[MAX_AUTH+1];
|
||||
static char host[MAX_HOST+1];
|
||||
static char port[MAX_PORT+1];
|
||||
static char path[URLMAX_PATH+1];
|
||||
static char proxy[MAX_PROXY+1;
|
||||
static char proxy[MAX_PROXY+1];
|
||||
static FILE *input, *output, *console;
|
||||
static CURL *curl;
|
||||
static char request[MAX_URL];
|
||||
|
Loading…
x
Reference in New Issue
Block a user