diff options
Diffstat (limited to 'keyserver/curl-shim.h')
-rw-r--r-- | keyserver/curl-shim.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h index 9de7d75ea..5a0061d70 100644 --- a/keyserver/curl-shim.h +++ b/keyserver/curl-shim.h @@ -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); |