diff options
author | Werner Koch <[email protected]> | 1998-11-27 20:40:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-27 20:40:56 +0000 |
commit | df1326eb0565640130b939526b6919c7d8dc89a9 (patch) | |
tree | 2bf3cb1af5528ee43c321bd56869995149ac5422 /g10/options.h | |
parent | See ChangeLog: Fri Nov 27 15:30:24 CET 1998 Werner Koch (diff) | |
download | gnupg-df1326eb0565640130b939526b6919c7d8dc89a9.tar.gz gnupg-df1326eb0565640130b939526b6919c7d8dc89a9.zip |
See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 538b175d7..a8164f89d 100644 --- a/g10/options.h +++ b/g10/options.h @@ -65,6 +65,7 @@ struct { int s2k_digest_algo; int s2k_cipher_algo; int not_dash_escaped; + int lock_once; } opt; |