diff options
Diffstat (limited to '')
-rw-r--r-- | japanese/mimekit/files/patch-pgp.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/japanese/mimekit/files/patch-pgp.c b/japanese/mimekit/files/patch-pgp.c deleted file mode 100644 index ca8677a09317..000000000000 --- a/japanese/mimekit/files/patch-pgp.c +++ /dev/null @@ -1,12 +0,0 @@ ---- pgp.c.orig 2007-11-11 18:01:44.000000000 +0900 -+++ pgp.c 2007-11-11 18:05:31.000000000 +0900 -@@ -47,6 +47,9 @@ - #define LEOLINE "\n" - #endif - -+static putENCRIPTED(FILE *src, FILE *dst, char *boundary, char *EOL); -+static putSIGNED(FILE *src, FILE* sign, FILE *dst, char *boundary, char *EOL); -+ - static pgp1(arg) - char *arg; - { |