]> err.no Git - yubikey-personalization/commitdiff
Fix YK_ENOMEM and YK_ENOSTATUS both being 0x07.
authorFredrik Thulin <fredrik@yubico.com>
Sat, 5 Feb 2011 19:19:59 +0000 (20:19 +0100)
committerFredrik Thulin <fredrik@yubico.com>
Sat, 5 Feb 2011 19:19:59 +0000 (20:19 +0100)
ykcore/ykcore.h

index 270dded1d15ef935501b05e522cce74ced49b847..d848336a7f525c14ae3f58c333da4e96f478e5f0 100644 (file)
@@ -117,7 +117,7 @@ const char *yk_usb_strerror();
 #define YK_ENOKEY      0x05
 #define YK_EFIRMWARE   0x06
 #define YK_ENOMEM      0x07
-#define YK_ENOSTATUS   0x07
-#define YK_ENOTYETIMPL 0x08
+#define YK_ENOSTATUS   0x08
+#define YK_ENOTYETIMPL 0x09
 
 #endif /* __YKCORE_H_INCLUDED__ */