diff options
author | Werner Koch <[email protected]> | 2002-03-18 09:30:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-18 09:30:35 +0000 |
commit | c39b866d2a0396b18560f4eff069299bd30415ec (patch) | |
tree | 7d2c7a08a88f16749f064e78c5bdc6004ac5fa53 /sm/gpgsm.c | |
parent | * decrypt.c (gpgsm_decrypt): Allow multiple recipients. (diff) | |
download | gnupg-c39b866d2a0396b18560f4eff069299bd30415ec.tar.gz gnupg-c39b866d2a0396b18560f4eff069299bd30415ec.zip |
Doc fixes, moved some fizmes to TODO, fixed minor bugs.
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 142e170a2..f0fa98fc7 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -580,7 +580,7 @@ main ( int argc, char **argv) struct server_control_s ctrl; CERTLIST recplist = NULL; - /* fixme: trap_unaligned ();*/ + /* trap_unaligned ();*/ set_strusage (my_strusage); gcry_control (GCRYCTL_SUSPEND_SECMEM_WARN); /* Please note that we may running SUID(ROOT), so be very CAREFUL @@ -1048,7 +1048,7 @@ main ( int argc, char **argv) case aSign: /* sign the given file */ /* FIXME: we can only do detached sigs for now and we don't handle --output yet. We should also allow to concatenate - multiple files for signins because that is what gpg does.*/ + multiple files for signing because that is what gpg does.*/ if (!argc) gpgsm_sign (&ctrl, 0, 1, stdout); /* create from stdin */ else if (argc == 1) |