summaryrefslogtreecommitdiff
path: root/mail/ssmtp/files/patch-ssmtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ssmtp/files/patch-ssmtp.h')
-rw-r--r--mail/ssmtp/files/patch-ssmtp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/ssmtp/files/patch-ssmtp.h b/mail/ssmtp/files/patch-ssmtp.h
deleted file mode 100644
index 60d376978e7c..000000000000
--- a/mail/ssmtp/files/patch-ssmtp.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./ssmtp.h.orig 2002-09-27 09:18:24.000000000 -0400
-+++ ./ssmtp.h 2008-11-17 18:55:03.000000000 -0500
-@@ -37,5 +37,5 @@
- void get_arpadate(char *);
-
- /* base64.c */
--void to64frombits(unsigned char *, const unsigned char *, int);
--int from64tobits(char *, const char *);
-+void to64frombits(char *, const unsigned char *, int);
-+int from64tobits(unsigned char *, const char *);