From a1412b05debe693e6aabaf2c2c337bc33f7dfd41 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Apr 2010 16:26:17 +0000 Subject: More changes on the way to remove secring.gpg. --- kbx/keybox-blob.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'kbx/keybox-blob.c') diff --git a/kbx/keybox-blob.c b/kbx/keybox-blob.c index de2add65a..a14499311 100644 --- a/kbx/keybox-blob.c +++ b/kbx/keybox-blob.c @@ -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 -- cgit v1.2.3