mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
15 lines
263 B
Diff
15 lines
263 B
Diff
--- 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"
|
|
|
|
/**
|