1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-31 16:52:19 +01:00
This commit is contained in:
Simon Josefsson 2009-01-13 14:08:39 +00:00
parent 9d0ff9eafd
commit 08e7f723ce

5
test.c
View File

@ -32,12 +32,13 @@
#include <security/pam_appl.h>
int main(int argc, char **argv)
int
main (int argc, char **argv)
{
pam_handle_t *pamh = NULL;
int rc;
rc = pam_sm_authenticate(pamh, 0, 1, argv);
rc = pam_sm_authenticate (pamh, 0, 1, argv);
printf ("rc %d\n", rc);