aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-07-05 20:13:08 +0200
committerRobin Krahl <me@robin-krahl.de>2018-07-05 20:13:08 +0200
commit09eaadc5d3d2a13a094210eedafee023774914c6 (patch)
treee031e0c7472ed3816b8f083208cd16cdf5ff6c05
parent494f5b3c285bf4b42c57e85f3b7b7e26620378e8 (diff)
downloadlibnitrokey-09eaadc5d3d2a13a094210eedafee023774914c6.tar.gz
libnitrokey-09eaadc5d3d2a13a094210eedafee023774914c6.tar.bz2
Replace deprecated attribute in C API with a comment
Attribute specifiers are a C++-only feature. Therefore this patch removes the [[deprecated(...)]] attribute from the NK_totp_get_time method in NK_C_API.h and replaces it with a comment.
-rw-r--r--NK_C_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index ecfab1a..34d8733 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -417,7 +417,7 @@ extern "C" {
*/
NK_C_API int NK_totp_set_time_soft(uint64_t time);
- [[deprecated("NK_totp_get_time is deprecated -- use NK_totp_set_time_soft instead")]]
+ // NK_totp_get_time is deprecated -- use NK_totp_set_time_soft instead
NK_C_API int NK_totp_get_time();
//passwords