new auth
This commit is contained in:
parent
0f8ec41b0a
commit
6e527fbc4d
44 changed files with 9955 additions and 0 deletions
15
src/cmd/auth/factotum/x.c
Normal file
15
src/cmd/auth/factotum/x.c
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <auth.h>
|
||||
|
||||
void
|
||||
f(void*)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
main(void)
|
||||
{
|
||||
f(auth_challenge);
|
||||
f(auth_response);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue