blob: 299a4e38e9bfe5ca2885bbd7f0ea6715e1a37adc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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)
|