Re: [PATCH v2 3/6] examples/ipsec-secgw: fix aad_len for for aes-gcm
From: Thomas Monjalon <hidden>
Date: 2017-10-20 10:52:58
From: Thomas Monjalon <hidden>
Date: 2017-10-20 10:52:58
20/10/2017 11:52, De Lara Guarch, Pablo:
Same comments as in patch 1, and also fix the commit title
("for" duplicated) and avoid "_".The underscore is forbidden in titles to avoid naming variable or function names instead of giving a clear scope understandable without digging in the code. Here "aad_len" can probably be replaced by "AAD length".