summaryrefslogtreecommitdiff
blob: c1d7198896c450a97adf50a38e8b17eba1038d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- hmac_md5.c.orig	2006-09-17 17:44:33.000000000 +0100
+++ hmac_md5.c	2006-09-17 17:45:07.000000000 +0100
@@ -5,8 +5,8 @@
  * Code taken from RFC2104.
  */
 
-#include <openssl/md5.h>
 #include <string.h>
+#include <openssl/md5.h>
 
 #include "hmac_md5.h"