diff options
author | Werner Koch <[email protected]> | 2009-03-18 11:18:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-18 11:18:56 +0000 |
commit | a3b63ac1dc1084beb3d4350e10033ac4af43dcf5 (patch) | |
tree | 0eb716595b5d85872ecb006743847d99945639ea /sm/gpgsm.c | |
parent | Enhanced last patch. (diff) | |
download | gnupg-a3b63ac1dc1084beb3d4350e10033ac4af43dcf5.tar.gz gnupg-a3b63ac1dc1084beb3d4350e10033ac4af43dcf5.zip |
Add server option with-ephemeral-keys.
Extend SCD LEARN command.
Diffstat (limited to '')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index fe9ebf302..f49b742c2 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1259,7 +1259,7 @@ main ( int argc, char **argv) case oWithKeyData: opt.with_key_data=1; /* fall thru */ case oWithColons: ctrl.with_colons = 1; break; case oWithValidation: ctrl.with_validation=1; break; - case oWithEphemeralKeys: opt.with_ephemeral_keys=1; break; + case oWithEphemeralKeys: ctrl.with_ephemeral_keys=1; break; case oSkipVerify: opt.skip_verify=1; break; |