aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbx/keybox-blob.c')
-rw-r--r--kbx/keybox-blob.c16
1 files changed, 2 insertions, 14 deletions
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