mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e4e4c74805
- 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.
12 lines
233 B
C
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)
|