forked from wolfSSL/wolfssl
fix BLAKE2b cyassl compat header includes
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
#define CTAOCRYPT_BLAKE2_IMPL_H
|
#define CTAOCRYPT_BLAKE2_IMPL_H
|
||||||
|
|
||||||
#include <cyassl/ctaocrypt/types.h>
|
#include <cyassl/ctaocrypt/types.h>
|
||||||
#include <wolfssl/wolfcrypt/blake2_impl.h>
|
#include <wolfssl/wolfcrypt/blake2-impl.h>
|
||||||
|
|
||||||
#endif /* CTAOCRYPT_BLAKE2_IMPL_H */
|
#endif /* CTAOCRYPT_BLAKE2_IMPL_H */
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#define CTAOCRYPT_BLAKE2_INT_H
|
#define CTAOCRYPT_BLAKE2_INT_H
|
||||||
|
|
||||||
#include <cyassl/ctaocrypt/types.h>
|
#include <cyassl/ctaocrypt/types.h>
|
||||||
#include <wolfssl/wolfcrypt/blake2_int.h>
|
#include <wolfssl/wolfcrypt/blake2-int.h>
|
||||||
|
|
||||||
#endif /* CTAOCRYPT_BLAKE2_INT_H */
|
#endif /* CTAOCRYPT_BLAKE2_INT_H */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user