libnitrokey icon indicating copy to clipboard operation
libnitrokey copied to clipboard

Do not return bool for first_authenticate

Open szszszsz opened this issue 4 years ago • 0 comments

To keep style consistent, do not return bool for first_authenticate, but instead throw exception on error.

Since this will break ABI, it should be done in the next major release.

https://github.com/Nitrokey/libnitrokey/blob/2e38681cd0b34e1ce36a6417445f3a7ca75f246c/libnitrokey/NitrokeyManager.h#L52

szszszsz avatar Jun 06 '20 11:06 szszszsz