summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-auth.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-03-19 12:28:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-03-19 12:28:00 +0000
commita1d1ce38656821fb04e59506d221b0553fafda1e (patch)
tree848e70c3558b98c187453ed70a6c2cf388d897ad /net/tinyldap/files/patch-auth.c
parentUpdate to upstream version 1.16.0 (diff)
- update to 20170319
Diffstat (limited to 'net/tinyldap/files/patch-auth.c')
-rw-r--r--net/tinyldap/files/patch-auth.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/tinyldap/files/patch-auth.c b/net/tinyldap/files/patch-auth.c
deleted file mode 100644
index 3160404e6d48..000000000000
--- a/net/tinyldap/files/patch-auth.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- auth.c.orig 2008-04-25 13:09:34.000000000 +0200
-+++ auth.c 2009-11-22 22:28:37.000000000 +0100
-@@ -2,11 +2,15 @@
- #ifdef __dietlibc__
- #include <md5.h>
- #else
-+#ifdef __FreeBSD__
-+#include <md5.h>
-+#else
- #include <openssl/md5.h>
- #define MD5Init MD5_Init
- #define MD5Update MD5_Update
- #define MD5Final MD5_Final
- #endif
-+#endif
- #define _XOPEN_SOURCE
- #include <unistd.h>
- #include <stdlib.h>