summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-03-28 13:14:11 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-03-28 13:14:11 +0000
commite73524ed54ed9a12e1bc16a92fa50f47e37e067b (patch)
treea54cafe79097a8745332314a8ae86afec06f949c /mail
parentMake portlint happy (COMMENT exceeded 70 chars per line) (diff)
use system md5.h with system -lmd
Notes
Notes: svn path=/head/; revision=17413
Diffstat (limited to 'mail')
-rw-r--r--mail/cucipop/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cucipop/files/patch-ac b/mail/cucipop/files/patch-ac
new file mode 100644
index 000000000000..1acb21e30ae7
--- /dev/null
+++ b/mail/cucipop/files/patch-ac
@@ -0,0 +1,11 @@
+--- cucipop.c.bak Wed May 13 20:57:39 1998
++++ cucipop.c Sun Mar 28 17:08:28 1999
+@@ -45,7 +45,7 @@
+ #include "hsort.h"
+
+ #ifdef APOP
+-#include "md5/md5.h"
++#include <md5.h>
+ #endif
+
+ #define MD5_DIGLEN 16