1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Implement --faked-systrem-time for gpg.

Typo and comment fixes.
This commit is contained in:
Werner Koch 2009-12-17 17:25:26 +00:00
parent 34baa18187
commit af935bd410
8 changed files with 49 additions and 12 deletions

View file

@ -315,6 +315,9 @@ add_fixup (KEYBOXBLOB blob, u32 off, u32 val)
static u32
make_timestamp (void)
{
#ifdef __GNUC__
#warning using time and not gnupg_get_time
#endif
return time(NULL);
}