]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sha1-hmac.c
Opt: Deleted extra newlines after failure messages
[libucw.git] / ucw / sha1-hmac.c
index 182c891a0de17ce2262ce48176968327f99dce71..bc062ff5006637cd082d147b61c4ecc813e9758b 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/sha1.h"
+#include <ucw/lib.h>
+#include <ucw/sha1.h>
 
 #include <string.h>
 
@@ -72,7 +72,7 @@ sha1_hmac(byte *outbuf, const byte *key, uns keylen, const byte *data, uns datal
 #ifdef TEST
 
 #include <stdio.h>
-#include "ucw/string.h"
+#include <ucw/string.h>
 
 static uns rd(char *dest)
 {