~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to keyserver/gpgkeys_curl.c

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2006-12-12 15:56:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20061212155656-kk00wp4x0uq4tm1y
Tags: upstream-1.4.6
ImportĀ upstreamĀ versionĀ 1.4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with this program; if not, write to the Free Software
18
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19
19
 * USA.
 
20
 *
 
21
 * In addition, as a special exception, the Free Software Foundation
 
22
 * gives permission to link the code of the keyserver helper tools:
 
23
 * gpgkeys_ldap, gpgkeys_curl and gpgkeys_hkp with the OpenSSL
 
24
 * project's "OpenSSL" library (or with modified versions of it that
 
25
 * use the same license as the "OpenSSL" library), and distribute the
 
26
 * linked executables.  You must obey the GNU General Public License
 
27
 * in all respects for all of the code used other than "OpenSSL".  If
 
28
 * you modify this file, you may extend this exception to your version
 
29
 * of the file, but you are not obligated to do so.  If you do not
 
30
 * wish to do so, delete this exception statement from your version.
20
31
 */
21
32
 
22
33
#include <config.h>