fix BLAKE2b cyassl compat header includes

This commit is contained in:
Chris Conlon 2015-07-15 11:56:14 -06:00
parent 4b1e87f9d0
commit 55677aa5ae
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */