aboutsummaryrefslogtreecommitdiffstats
path: root/tools/card-yubikey.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/card-yubikey.c')
-rw-r--r--tools/card-yubikey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/card-yubikey.c b/tools/card-yubikey.c
index a723739f1..ece7edc48 100644
--- a/tools/card-yubikey.c
+++ b/tools/card-yubikey.c
@@ -310,7 +310,7 @@ yk_enable_disable (struct ykapps_s *yk, struct iface_s *iface,
* stream to output information. This function must only be called on
* Yubikeys. */
gpg_error_t
-yubikey_commands (card_info_t info, estream_t fp, int argc, char *argv[])
+yubikey_commands (card_info_t info, estream_t fp, int argc, const char *argv[])
{
gpg_error_t err;
enum {ykLIST, ykENABLE, ykDISABLE } cmd;