mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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.
11 lines
233 B
C
11 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)
|