-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message This patch allows the Mingw32 version to use the keyserver features. Copyright 2002 Free Software Foundation, Inc. This patch is free software; you can use it, redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Unpack file gnupg-1.0.7.tar.gz Change to directory gnupg-1.0.7 and give this command: patch -p1 < somepath/gnupg-1.0.7-w32-keyserver.diff Now you can type: ./configure make --- gnupg-1.0.7-orig/util/http.c Sun Mar 3 07:56:15 2002 +++ gnupg-1.0.7/util/http.c Thu May 2 16:18:21 2002 @@ -789,7 +789,7 @@ unsigned long nwritten; HANDLE sock_fd = (HANDLE)sock; - if ( !WriteFile ( sock_fd, data, nleft, &nwritten, NULL)) { + if ( ( nwritten = send( sock, data, nleft, 0 )) == -1 ) { log_info ("write failed: ec=%d\n", (int)GetLastError ()); return G10ERR_NETWORK; } -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (MingW32) iD8DBQE80a6FBxrjkHkmmhIRAhOgAJ9+lt3RRnVT1xO1AuWhmeK66Rv1OQCfQrIh Puhcspk8cH7T/5E5OrT++w4= =As0r -----END PGP SIGNATURE-----