projects
/
pam_pcsc_cr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
da9733350e3ea77137ffaf75cc7b8a4faa545dce
[pam_pcsc_cr.git]
/
pcsc_cr.h
1
#ifndef _PCSC_CR_H
2
#define _PCSC_CR_H
3
4
long pcsc_cr(unsigned char *chal, int csize, unsigned char *resp, int *rsize);
5
char *pcsc_errstr(long err);
6
7
#endif