PKGBUILDs/extra/nbsmtp/build.patch

16 lines
263 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- hmac_md5.c~ 2005-07-28 19:29:07.000000000 +0200
+++ hmac_md5.c 2006-06-04 15:49:09.000000000 +0200
@@ -4,10 +4,11 @@
*
* Code taken from RFC2104.
*/
-
+#include <stdlib.h>
#include <openssl/md5.h>
#include <string.h>
+
#include "hmac_md5.h"
/**