diff options
Diffstat (limited to '')
-rw-r--r-- | kbx/keybox-openpgp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kbx/keybox-openpgp.c b/kbx/keybox-openpgp.c index 6c9410e05..f1de685cf 100644 --- a/kbx/keybox-openpgp.c +++ b/kbx/keybox-openpgp.c @@ -245,6 +245,7 @@ parse_key (const unsigned char *data, size_t datalen, break; case 18: /* ECDH */ npkey = 3; + break; case 19: /* ECDSA */ npkey = 2; break; |