diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-07-15 20:01:54 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-07-15 20:01:54 +0000 |
commit | cc6321e4b6071043d518c7f0f2eea0b63b908476 (patch) | |
tree | df3daa3e2d86d1b1e8fdfd7661856bc88f23444d /mail/msmtp/files | |
parent | 87c2c00e124d824282d5f1f38edbe15c78a411b5 (diff) | |
download | ports-cc6321e4b6071043d518c7f0f2eea0b63b908476.tar.gz ports-cc6321e4b6071043d518c7f0f2eea0b63b908476.zip |
Notes
Diffstat (limited to 'mail/msmtp/files')
-rw-r--r-- | mail/msmtp/files/patch-src-msmtp.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/msmtp/files/patch-src-msmtp.c b/mail/msmtp/files/patch-src-msmtp.c deleted file mode 100644 index faf8cc81fcf7..000000000000 --- a/mail/msmtp/files/patch-src-msmtp.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/msmtp.c.orig 2010-06-14 10:41:20.000000000 +0000 -+++ src/msmtp.c 2010-06-14 10:43:01.000000000 +0000 -@@ -3344,6 +3344,7 @@ - { - printf("%s\n", account->auth_mech); - } -+#ifdef HAVE_TLS - if (account->tls_sha1_fingerprint) - { - msmtp_fingerprint_string(fingerprint_string, -@@ -3354,6 +3355,7 @@ - msmtp_fingerprint_string(fingerprint_string, - account->tls_md5_fingerprint, 16); - } -+#endif /* HAVE_TLS */ - printf("user = %s\n" - "password = %s\n" - "ntlmdomain = %s\n" |