X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=authobj.h;fp=authobj.h;h=be4f64b4fa2115824e515e160c3e3cd6366f8fb7;hp=b0756542671a0f68ff759e4d8b582b9c58283757;hb=1e82444d55250382a5521bf4442fdb90369d2c2f;hpb=88e11a960fb7287c3c5f542cd5199cc899f137f2 diff --git a/authobj.h b/authobj.h index b075654..be4f64b 100644 --- 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; };