1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Prepare for 1.4.11

This commit is contained in:
Werner Koch 2010-10-18 09:24:48 +00:00
parent 41f5b0a402
commit 27193bbd2c
39 changed files with 17543 additions and 18568 deletions

View file

@ -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);