]> www.average.org Git - pam_pcsc_cr.git/blob - authfile.h
authfile works
[pam_pcsc_cr.git] / authfile.h
1 #ifndef _AUTHFILE_H
2 #define _AUTHFILE_H
3
4 int eprint(const char *format, ...);    /* must be provided by the caller */
5
6 int update_authfile(const char *fn, const char *tokenid, const char *id,
7                 const char *password, const char *nonce,
8                 const unsigned char *secret, const int secsize,
9                 const unsigned char *payload, const int paysize);
10
11 #endif