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:
parent
34baa18187
commit
af935bd410
8 changed files with 49 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue