diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 0ce96ff55..addd857b1 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -206,6 +206,9 @@ struct server_control_s 1 := chain model, 2 := STEED model. */ int offline; /* If true gpgsm won't do any network access. */ + + /* The current time. Used as a helper in certchain.c. */ + ksba_isotime_t current_time; }; |