1
0
Forkuj 0
kopia lustrzana git://git.gnupg.org/gnupg.git zsynchronizowano 2025-07-02 22:46:30 +02:00

More changes on the way to remove secring.gpg.

Ten commit jest zawarty w:
Werner Koch 2010-04-21 16:26:17 +00:00
rodzic 00f8eafbef
commit a1412b05de
31 zmienionych plików z 843 dodań i 936 usunięć

Wyświetl plik

@ -4,6 +4,11 @@
../common/sysutils.h even then to silence gcc warning about
missing declaration of gnupg_remove.
2010-04-15 Werner Koch <wk@g10code.com>
* keybox-blob.c: Include gettime.h
(make_timestamp): Remove.
2010-03-23 Werner Koch <wk@g10code.com>
* Makefile.am (extra_libs): New.

Wyświetl plik

@ -127,6 +127,8 @@ X.509 specific are noted like [X.509: xxx]
#endif
#include "../common/gettime.h"
/* special values of the signature status */
#define SF_NONE(a) ( !(a) )
@ -307,20 +309,6 @@ add_fixup (KEYBOXBLOB blob, u32 off, u32 val)
}
}
/*
Some wrappers
*/
static u32
make_timestamp (void)
{
#ifdef __GNUC__
#warning using time and not gnupg_get_time
#endif
return time(NULL);
}
#ifdef KEYBOX_WITH_OPENPGP