summaryrefslogtreecommitdiff
path: root/mail/libesmtp/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/libesmtp/patches/patch-ad')
-rw-r--r--mail/libesmtp/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/libesmtp/patches/patch-ad b/mail/libesmtp/patches/patch-ad
new file mode 100644
index 00000000000..060a61c8419
--- /dev/null
+++ b/mail/libesmtp/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2003/07/28 14:51:37 drochner Exp $
+
+--- ntlm/ntlmdes.c.orig 2003-07-25 19:54:18.000000000 +0200
++++ ntlm/ntlmdes.c 2003-07-25 19:54:34.000000000 +0200
+@@ -24,7 +24,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <openssl/des.h>
++#include <des.h>
+ #include <openssl/md4.h>
+
+ #include "ntlm.h"