mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Prepare for 1.4.11
This commit is contained in:
parent
41f5b0a402
commit
27193bbd2c
39 changed files with 17543 additions and 18568 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* app-openpgp.c (parse_algorithm_attribute): Remove extra const in
|
||||
definition of DESC.
|
||||
|
||||
2010-10-10 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keyring.c (create_tmp_file): Use GNUPG_TMP_SFX anf GNUPG_BAK_SFX.
|
||||
|
|
|
@ -3598,7 +3598,7 @@ parse_algorithm_attribute (app_t app, int keyno)
|
|||
unsigned char *buffer;
|
||||
size_t buflen;
|
||||
void *relptr;
|
||||
const char const desc[3][5] = {"sign", "encr", "auth"};
|
||||
const char desc[3][5] = {"sign", "encr", "auth"};
|
||||
|
||||
assert (keyno >=0 && keyno <= 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue