]> www.average.org Git - pam_pcsc_cr.git/blobdiff - authobj.h
wip in new authobj interface
[pam_pcsc_cr.git] / authobj.h
index b0756542671a0f68ff759e4d8b582b9c58283757..be4f64b4fa2115824e515e160c3e3cd6366f8fb7 100644 (file)
--- a/authobj.h
+++ b/authobj.h
@@ -4,8 +4,8 @@
 struct _auth_obj {
        unsigned char *buffer;  /* to be free()'d if not NULL */
        const char *err;        /* non-NULL if failed */
-       unsigned char *authobj;
-       int authsize;
+       unsigned char *data;
+       int datasize;
        unsigned char *payload;
        int paylsize;
 };