diff options
Diffstat (limited to 'sm/server.c')
-rw-r--r-- | sm/server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/server.c b/sm/server.c index 71b6194c7..8d73a10cd 100644 --- a/sm/server.c +++ b/sm/server.c @@ -470,8 +470,8 @@ cmd_sign (ASSUAN_CONTEXT ctx, char *line) Import the certificates read form the input-fd, return status message for each imported one. The import checks the validity of - the certificate but not of the path. It is possible to import - expired certificates. */ + the certificate but not of the entire chain. It is possible to + import expired certificates. */ static int cmd_import (ASSUAN_CONTEXT ctx, char *line) { |