fix BLAKE2b cyassl compat header includes
This commit is contained in:
parent
4b1e87f9d0
commit
55677aa5ae
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user