1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* curl-shim.h, gpgkeys_curl.c, gpgkeys_hkp.c (main): Always show curl

version (even for curl-shim).
This commit is contained in:
David Shaw 2008-11-18 18:43:13 +00:00
parent 5452f53c5c
commit b3ac8341d9
4 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,5 @@
/* curl-shim.h
* Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
* Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@ -83,8 +83,6 @@ typedef struct
#define CURL_GLOBAL_DEFAULT 0
#define CURLVERSION_NOW 0
#define curl_is_gnupg_curl_shim 1
CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
CURL *curl_easy_init(void);