1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/mail/ssmtp/files/patch-md5auth-hmac_md5.c
Mateusz Piotrowski e4e4c74805 Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
  patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7.
2020-10-22 11:10:17 +00:00

12 lines
233 B
C

--- md5auth/hmac_md5.c.orig 2009-11-23 09:45:41 UTC
+++ md5auth/hmac_md5.c
@@ -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)