Make crypto lib naming more consistent
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef CHECKM8_TOOL_CRYPTO_HOST_H
|
||||
#define CHECKM8_TOOL_CRYPTO_HOST_H
|
||||
#ifndef CHECKM8_TOOL_HOST_CRYPTO_H
|
||||
#define CHECKM8_TOOL_HOST_CRYPTO_H
|
||||
|
||||
#include "bootrom_type.h"
|
||||
|
||||
@@ -11,4 +11,4 @@ void aes128_encrypt_ecb(unsigned char *msg, unsigned int msg_len,
|
||||
|
||||
struct aes_constants *get_constants();
|
||||
|
||||
#endif //CHECKM8_TOOL_CRYPTO_HOST_H
|
||||
#endif //CHECKM8_TOOL_HOST_CRYPTO_H
|
||||
Reference in New Issue
Block a user