diff --git a/src/keys/drivers/YubiKeyInterfacePCSC.cpp b/src/keys/drivers/YubiKeyInterfacePCSC.cpp index f7d621885..045db2940 100644 --- a/src/keys/drivers/YubiKeyInterfacePCSC.cpp +++ b/src/keys/drivers/YubiKeyInterfacePCSC.cpp @@ -55,7 +55,7 @@ namespace { // This check only tests if the handle pointer is valid in memory // but it does not actually verify that it works - auto rv = SCardIsValidContext(context); + RETVAL rv = SCardIsValidContext(context); // If the handle is broken, create it // This happens e.g. on application launch