mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
AES-128: Resolved #ifdef issue
This commit is contained in:
parent
e5babded4b
commit
81765746ad
@ -37,8 +37,8 @@
|
||||
* Konrad Krentz <konrad.krentz@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef AES_H_
|
||||
#define AES_H_
|
||||
#ifndef AES_128_H_
|
||||
#define AES_128_H_
|
||||
|
||||
#include "contiki.h"
|
||||
|
||||
@ -74,4 +74,4 @@ void aes_128_set_padded_key(uint8_t *key, uint8_t key_len);
|
||||
|
||||
extern const struct aes_128_driver AES_128;
|
||||
|
||||
#endif /* AES_H_ */
|
||||
#endif /* AES_128_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user