X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=authfile.h;fp=authfile.h;h=2130ce4aff5367267fe0465c7fda80b676f62faf;hp=0000000000000000000000000000000000000000;hb=4a5da38dfd8b0236564ffe6b70eab1eeb399fff0;hpb=ce94565d49ed23d7d5ed96237ebf19c27336fcfe diff --git a/authfile.h b/authfile.h new file mode 100644 index 0000000..2130ce4 --- /dev/null +++ b/authfile.h @@ -0,0 +1,11 @@ +#ifndef _AUTHFILE_H +#define _AUTHFILE_H + +int eprint(const char *format, ...); /* must be provided by the caller */ + +int update_authfile(const char *fn, const char *tokenid, const char *id, + const char *password, const char *nonce, + const unsigned char *secret, const int secsize, + const unsigned char *payload, const int paysize); + +#endif