mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
2e7f70ed4a
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)
12 lines
281 B
C
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)
|