mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgkeys_curl.c: Fix typo.
This commit is contained in:
parent
02a85a958c
commit
115ebcfcf8
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2005-01-18 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash with
|
* 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 host[MAX_HOST+1];
|
||||||
static char port[MAX_PORT+1];
|
static char port[MAX_PORT+1];
|
||||||
static char path[URLMAX_PATH+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 FILE *input, *output, *console;
|
||||||
static CURL *curl;
|
static CURL *curl;
|
||||||
static char request[MAX_URL];
|
static char request[MAX_URL];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue