summaryrefslogtreecommitdiff
path: root/extra/nbsmtp/build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nbsmtp/build.patch')
-rw-r--r--extra/nbsmtp/build.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/nbsmtp/build.patch b/extra/nbsmtp/build.patch
deleted file mode 100644
index 325b16308..000000000
--- a/extra/nbsmtp/build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- hmac_md5.c~ 2005-07-28 19:29:07.000000000 +0200
-+++ hmac_md5.c 2006-06-04 15:49:09.000000000 +0200
-@@ -4,10 +4,11 @@
- *
- * Code taken from RFC2104.
- */
--
-+#include <stdlib.h>
- #include <openssl/md5.h>
- #include <string.h>
-
-+
- #include "hmac_md5.h"
-
- /**