mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 12:32:14 +01:00
fix BLAKE2b cyassl compat header includes
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#define CTAOCRYPT_BLAKE2_IMPL_H
|
||||
|
||||
#include <cyassl/ctaocrypt/types.h>
|
||||
#include <wolfssl/wolfcrypt/blake2_impl.h>
|
||||
#include <wolfssl/wolfcrypt/blake2-impl.h>
|
||||
|
||||
#endif /* CTAOCRYPT_BLAKE2_IMPL_H */
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#define CTAOCRYPT_BLAKE2_INT_H
|
||||
|
||||
#include <cyassl/ctaocrypt/types.h>
|
||||
#include <wolfssl/wolfcrypt/blake2_int.h>
|
||||
#include <wolfssl/wolfcrypt/blake2-int.h>
|
||||
|
||||
#endif /* CTAOCRYPT_BLAKE2_INT_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user