Remove patch since "pgp_strict_enc" option does the same hack and it

can lead to broken pgp signatures.
This commit is contained in:
Kirill Ponomarev 2005-01-17 13:47:45 +00:00
parent 2762eb9755
commit b0f967e8e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126643

View File

@ -1,11 +0,0 @@
--- crypt.c.orig Tue Jan 11 16:20:48 2005
+++ crypt.c Tue Jan 11 16:21:10 2005
@@ -596,6 +596,8 @@
}
else if (a->encoding == ENC8BIT)
a->encoding = ENCQUOTEDPRINTABLE;
+ else if (a->encoding == ENC7BIT)
+ /* empty */ ;
else if (a->encoding == ENCBINARY)
a->encoding = ENCBASE64;
else if (a->content && a->encoding != ENCBASE64 &&