diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2020-09-19 12:34:23 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2020-09-19 12:34:23 +0200 |
commit | 4e6a182aae63741fad1720208f578f4f003c047b (patch) | |
tree | f4e706cb784570024bc4a7f8ae31b501d5672ea2 /NK_C_API.h | |
parent | 404c90182ca3bcb029f04a604cb5d51ba51096b9 (diff) | |
download | libnitrokey-4e6a182aae63741fad1720208f578f4f003c047b.tar.gz libnitrokey-4e6a182aae63741fad1720208f578f4f003c047b.tar.bz2 |
Correct message
Diffstat (limited to 'NK_C_API.h')
-rw-r--r-- | NK_C_API.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -837,7 +837,7 @@ extern "C" { * @param user_pin 20 characters User PIN * @return command processing error code */ - //[[deprecated("NK_set_unencrypted_read_only is deprecated. Use NK_set_unencrypted_read_only_admin instead")]] + //[[deprecated("Use NK_set_unencrypted_read_only_admin instead")]] DEPRECATED NK_C_API int NK_set_unencrypted_read_only(const char *user_pin); @@ -851,7 +851,7 @@ extern "C" { * @param user_pin 20 characters User PIN * @return command processing error code */ - //[[deprecated("NK_set_unencrypted_read_write is deprecated. Use NK_set_unencrypted_read_write_admin instead")]] + //[[deprecated("Use NK_set_unencrypted_read_write_admin instead")]] DEPRECATED NK_C_API int NK_set_unencrypted_read_write(const char *user_pin); |