| commit | 9ac2ac84305b3d728f6c640a09d5fa4e909efb7a | [log] [tgz] |
|---|---|---|
| author | Miguel Young de la Sota <mcyoung@google.com> | Mon Feb 03 16:04:50 2020 -0500 |
| committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Feb 20 17:41:03 2020 +0000 |
| tree | 86b163aaac8743831ce028ac42110699929863ea | |
| parent | 0ed9022d46f6e5b2319492c9c39189b7c5a6e095 [diff] [blame] |
[sw] Fix a few non-absolute includes Signed-off-by: Miguel Young de la Sota <mcyoung@google.com>
diff --git a/sw/device/lib/hw_sha256.c b/sw/device/lib/hw_sha256.c index af67cae..0413857 100644 --- a/sw/device/lib/hw_sha256.c +++ b/sw/device/lib/hw_sha256.c
@@ -4,7 +4,7 @@ #include "sw/device/lib/hw_sha256.h" -#include "hmac.h" +#include "sw/device/lib/hmac.h" static const HASH_VTAB HW_SHA256_VTAB = {.init = &hw_SHA256_init, .update = &hw_SHA256_update,