Skip to content

Commit 1cec89a

Browse files
committed
Fixed temp-workaround include path
1 parent a6f6c21 commit 1cec89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wolfssl_hash_compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
#include <wolfssl/wolfcrypt/sha512.h>
8-
#include "../lib/wolfssl/wolfcrypt/src/hash.c"
8+
#include <wolfcrypt/src/hash.c>

0 commit comments

Comments
 (0)