MCPcopy Create free account
hub / github.com/assaultcube/AC / aktcerttime

Function aktcerttime

source/src/crypto.cpp:1148–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146hashtable<const uchar32, char> certblacklist;
1147
1148static inline int aktcerttime() { return time(NULL) / (time_t) 60; } // use minutes instead of seconds as timebase, so int will be more than enough
1149
1150bool cert::parse() // parse orgmsg[] and check the signature
1151{

Callers 3

parseMethod · 0.85
signMethod · 0.85
rebuildcerttreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected