X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal_present.c;h=c9a4fa5aacf6e89190eb9e4a5015f81e4a5394cb;hp=6442c1e8057edabc6a92c1af31a591e33efdcbf5;hb=f4853b26a54089e6796fcf115f739f1e9ea7ceb7;hpb=083a6aff753ef04626cea2bdf1107ff24e93142c diff --git a/bcal/bcal_present.c b/bcal/bcal_present.c index 6442c1e..c9a4fa5 100644 --- a/bcal/bcal_present.c +++ b/bcal/bcal_present.c @@ -25,18 +25,17 @@ * */ -#include #include #include "blockcipher_descriptor.h" #include "present.h" #include "keysize_descriptor.h" -const char present_str[] PROGMEM = "Present"; +const char present_str[] = "Present"; -const uint8_t present_keysize_desc[] PROGMEM = { KS_TYPE_LIST, 1, KS_INT(80), - KS_TYPE_TERMINATOR }; +const uint8_t present_keysize_desc[] = { KS_TYPE_LIST, 1, KS_INT(80), + KS_TYPE_TERMINATOR }; -const bcdesc_t present_desc PROGMEM = { +const bcdesc_t present_desc = { BCDESC_TYPE_BLOCKCIPHER, BC_INIT_TYPE_1, present_str,