mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
test: fix security manager aes test compile
This commit is contained in:
parent
a265b909d4
commit
fdee1660ea
@ -1,7 +1,7 @@
|
||||
|
||||
#include "rijndael.h"
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
|
||||
void aes128_calc_cyphertext(uint8_t key[16], uint8_t plaintext[16], uint8_t cyphertext[16]){
|
||||
uint32_t rk[RKLENGTH(KEYBITS)];
|
||||
|
Loading…
x
Reference in New Issue
Block a user