]> www.average.org Git - pam_pcsc_cr.git/blobdiff - authobj.h
systematize authobj errors
[pam_pcsc_cr.git] / authobj.h
index 8478d95ef4680a5228d0e72dc8b8fbbba3c33d61..cc5baedde5b827e5f12bc774f8dc6991c3dc2c22 100644 (file)
--- a/authobj.h
+++ b/authobj.h
@@ -1,6 +1,8 @@
 #ifndef _AUTHOBJ_H
 #define _AUTHOBJ_H
 
+enum aobj_err {aoe_serial, aoe_size, aoe_crypt, aoe_data};
+
 int make_challenge(const char *id, const char *pass, const char *nonce,
                unsigned char *challenge, int *challengesize);
 int make_authobj(const char *id, const char *pass, const char *nonce,