diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-12 10:38:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-12 10:38:58 +0100 |
commit | d5842b778ddb146a220a0386a4f6e83007142f0c (patch) | |
tree | 1340806b30c0c841d62968034773b41786747e7e /libar2.h | |
parent | Fix warnings (diff) | |
download | libar2-d5842b778ddb146a220a0386a4f6e83007142f0c.tar.gz libar2-d5842b778ddb146a220a0386a4f6e83007142f0c.tar.bz2 libar2-d5842b778ddb146a220a0386a4f6e83007142f0c.tar.xz |
Make libar2_latest_argon2_version const
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libar2.h')
-rw-r--r-- | libar2.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -456,7 +456,7 @@ struct libar2_context { /** * The latest versions of Argon2 that is supported */ -extern enum libar2_argon2_version libar2_latest_argon2_version; +extern const enum libar2_argon2_version libar2_latest_argon2_version; /** |