summaryrefslogtreecommitdiffstats
path: root/stack/smp/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/smp/aes.c')
-rw-r--r--stack/smp/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack/smp/aes.c b/stack/smp/aes.c
index 65cddf5bb..d3d8ff610 100644
--- a/stack/smp/aes.c
+++ b/stack/smp/aes.c
@@ -510,6 +510,7 @@ return_type aes_set_key( const unsigned char key[], length_type keylen, aes_cont
keylen = 24;
break;
case 32:
+ /* case 256: length in bits (256 = 8*32) */
keylen = 32;
break;
default: