diff options
author | Werner Koch <wk@gnupg.org> | 2007-02-26 21:24:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-02-26 21:24:29 +0100 |
commit | f6243073a87e08d756b2337c63b89cc815824e7d (patch) | |
tree | ce913fa5eb73b47ae37c637200f2ab1cdf591627 /sm | |
parent | Updated (diff) | |
download | gnupg2-f6243073a87e08d756b2337c63b89cc815824e7d.tar.xz gnupg2-f6243073a87e08d756b2337c63b89cc815824e7d.zip |
Add new SVN only file README.maint
doc/
* gpg.texi (GPG Configuration): Document envvar LANGUAGE.
(GPG Configuration Options): Document show-primary-uid-only.
g10/
* gpg.c (main): Add verify option show-primary-uid-only.
* options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New.
* mainproc.c (check_sig_and_print): Implement it.
* encr-data.c (decrypt_data): Correctly test for unknown algorithm.
* import.c (check_prefs): Ditto.
* keyedit.c (show_prefs): Ditto.
* mainproc.c (proc_symkey_enc): Ditto.
Diffstat (limited to 'sm')
-rw-r--r-- | sm/encrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/encrypt.c b/sm/encrypt.c index 056599a64..907fabc01 100644 --- a/sm/encrypt.c +++ b/sm/encrypt.c @@ -76,8 +76,8 @@ init_dek (DEK dek) return gpg_error (GPG_ERR_UNSUPPORTED_ALGORITHM); } - /* Extra check for algorithms we considere to be to weak for - encryption, qlthough we suppor them fro decryption. Note that + /* Extra check for algorithms we consider to be too weak for + encryption, although we support them for decryption. Note that there is another check below discriminating on the key length. */ switch (dek->algo) { |