1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/mail/ssmtp/files/patch-md5auth-hmac_md5.c
Martin Wilke 2e7f70ed4a - Update to 2.64.
Other changes:

* Restyle port to use options framework plus other style changes.
* Remove MD5 authentication knob - enabled by default now.
* Add X-Originating-IP knob with patch from upstream.
* Add ssmtp.conf.5 man page to installation.

PR:		154924
Submitted by:	Aragon Gouveia <aragon@phat.za.net> (maintainer)
2011-02-27 13:12:42 +00:00

12 lines
281 B
C

--- md5auth/hmac_md5.c.orig 2009-11-23 11:45:41.000000000 +0200
+++ md5auth/hmac_md5.c 2011-02-21 02:27:21.000000000 +0200
@@ -1,7 +1,7 @@
#include <string.h>
#include <sys/types.h>
#include "global.h"
-#include "md5.h"
+#include <md5.h>
/*
** Function: hmac_md5 (RFC 2104)