diff options
Diffstat (limited to 'mail/ssmtp/files/patch-md5auth-hmac_md5.c')
-rw-r--r-- | mail/ssmtp/files/patch-md5auth-hmac_md5.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ssmtp/files/patch-md5auth-hmac_md5.c b/mail/ssmtp/files/patch-md5auth-hmac_md5.c new file mode 100644 index 000000000000..9073256f33c0 --- /dev/null +++ b/mail/ssmtp/files/patch-md5auth-hmac_md5.c @@ -0,0 +1,12 @@ +--- md5auth/hmac_md5.c.orig 2009-11-01 23:54:54.000000000 +0200 ++++ md5auth/hmac_md5.c 2009-11-01 23:55:07.000000000 +0200 +@@ -1,7 +1,7 @@ + #include "global.h" +-#include "md5.h" + #include <string.h> + #include <sys/types.h> ++#include <md5.h> + + /* + ** Function: hmac_md5 (RFC 2104) + |