xref: /freebsd/crypto/krb5/src/ccapi/test/test_cc_seq_fetch_creds_next.c (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1 #include <stdio.h>
2 #include <limits.h>
3 
4 #include "test_ccapi_check.h"
5 #include "test_ccapi_constants.h"
6 #include "test_ccapi_v2.h"
7 
main(int argc,const char * argv[])8 int main (int argc, const char * argv[]) {
9 
10     cc_int32 err = ccNoError;
11     T_CCAPI_INIT;
12     err = check_cc_seq_fetch_creds_next();
13     return err;
14 }
15