diff options
Diffstat (limited to 'g10/app-openpgp.c')
-rw-r--r-- | g10/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/app-openpgp.c b/g10/app-openpgp.c index 9ab949345..34100b839 100644 --- a/g10/app-openpgp.c +++ b/g10/app-openpgp.c @@ -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); |