]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/libcrypto/lib/sha1_oslo/sha.c
Update
[l4.git] / l4 / pkg / libcrypto / lib / sha1_oslo / sha.c
index 8e4e597d22bb8561457d48d1523fada6a375a364..f36896ac605117d448546d764b99c3ebf263f527 100644 (file)
@@ -13,8 +13,8 @@
  */
 
 #define SHA1_PROTOTYPES
-#include "private/sha.h"
-#include "private/util.h"
+#include <l4/crypto/private/sha.h>
+#include <l4/crypto/private/util.h>
 
 
 #define ROL(VALUE, COUNT) ((VALUE)<<COUNT | (VALUE)>>(32-COUNT))