diff options
Diffstat (limited to 'src/charon/config/proposal.h')
-rw-r--r-- | src/charon/config/proposal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/config/proposal.h b/src/charon/config/proposal.h index 02819559b..9cb8f04aa 100644 --- a/src/charon/config/proposal.h +++ b/src/charon/config/proposal.h @@ -112,7 +112,7 @@ struct algorithm_t { u_int16_t algorithm; /** - * the associated key size, or zero if not needed + * the associated key size in bits, or zero if not needed */ u_int16_t key_size; }; |