summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-md5password.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tinyldap/files/patch-md5password.c')
-rw-r--r--net/tinyldap/files/patch-md5password.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/tinyldap/files/patch-md5password.c b/net/tinyldap/files/patch-md5password.c
deleted file mode 100644
index fde33fb00610..000000000000
--- a/net/tinyldap/files/patch-md5password.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- md5password.c.orig 2008-04-25 13:09:34.000000000 +0200
-+++ md5password.c 2009-11-22 22:28:50.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
- #include <string.h>
- #include "buffer.h"
- #include "str.h"