diff options
Diffstat (limited to 'app-crypt/gnupg/files/gnupg-2.0.9-gcc-4.3.patch')
-rw-r--r-- | app-crypt/gnupg/files/gnupg-2.0.9-gcc-4.3.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/gnupg/files/gnupg-2.0.9-gcc-4.3.patch b/app-crypt/gnupg/files/gnupg-2.0.9-gcc-4.3.patch deleted file mode 100644 index 0cad7bc6d8de..000000000000 --- a/app-crypt/gnupg/files/gnupg-2.0.9-gcc-4.3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- keyserver/gpgkeys_curl.c 2007-07-04 15:26:13.000000000 +0200 -+++ keyserver/gpgkeys_curl.c.new 2008-04-16 22:14:52.000000000 +0200 -@@ -300,7 +300,7 @@ - curl_easy_setopt(curl,CURLOPT_VERBOSE,1); - } - -- curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER,opt->flags.check_cert); -+ curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER, opt->flags.check_cert != 0); - curl_easy_setopt(curl,CURLOPT_CAINFO,opt->ca_cert_file); - - if(proxy) |