diff options
Diffstat (limited to 'mail/msmtp/files/patch-src-msmtp.c')
-rw-r--r-- | mail/msmtp/files/patch-src-msmtp.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/msmtp/files/patch-src-msmtp.c b/mail/msmtp/files/patch-src-msmtp.c new file mode 100644 index 000000000000..faf8cc81fcf7 --- /dev/null +++ b/mail/msmtp/files/patch-src-msmtp.c @@ -0,0 +1,18 @@ +--- 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" |