diff options
Diffstat (limited to '')
-rw-r--r-- | g10/call-agent.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index c1ad8ddf7..e7af001df 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -994,9 +994,11 @@ scd_genkey_cb (void *opaque, const char *line) return 0; } -/* Send a GENKEY command to the SCdaemon. If CREATETIME is not 0, it - will be passed to SCDAEMON so that the key is created with this - timestamp. On success, creation time is stored back to CREATETIME. */ +/* Send a GENKEY command to the SCdaemon. If *CREATETIME is not 0, + the value will be passed to SCDAEMON with --timestamp option so that + the key is created with this. Otherwise, timestamp was generated by + SCDEAMON. On success, creation time is stored back to + CREATETIME. */ int agent_scd_genkey (int keyno, int force, u32 *createtime) { |