~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to pgppacket.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-07 17:30:03 UTC
  • mto: (16.2.1 experimental) (2.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090607173003-rg37ui3h2bbv7wl0
Tags: upstream-1.5.19
ImportĀ upstreamĀ versionĀ 1.5.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
 
2
 * Copyright (C) 2001-2,2007 Thomas Roessler <roessler@does-not-exist.org>
3
3
 * 
4
4
 * This program is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU General Public License as
32
32
/* yuck, we were including this one somewhere below. */
33
33
#include "mutt.h"
34
34
 
35
 
#include "sha1.h"
36
35
#include "lib.h"
37
 
#include "pgplib.h"
38
36
#include "pgppacket.h"
39
37
 
40
38
#define CHUNKSIZE 1024