summaryrefslogtreecommitdiffstats
path: root/src/ccapi/test/test_cc_ccache_set_kdc_time_offset.c
blob: f8f9a86ccd84565e9cd4bdafaf8c62f9f56d2c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdio.h>
#include <limits.h>
#include <Kerberos/Kerberos.h>

#include "test_ccapi_check.h"
#include "test_ccapi_constants.h"
#include "test_ccapi_context.h"
#include "test_ccapi_ccache.h"

int main (int argc, const char * argv[]) {
    
	cc_int32 err = ccNoError;
	T_CCAPI_INIT;
	err = check_cc_ccache_set_kdc_time_offset();
    return err;
}