mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
PGP: Fixed array size for encryption keys
This commit is contained in:
parent
7b138b71db
commit
66467f976f
@ -603,7 +603,7 @@ p_gpg_encrypt(const char *const barejid, const char *const message, const char *
|
||||
return NULL;
|
||||
}
|
||||
|
||||
gpgme_key_t keys[2];
|
||||
gpgme_key_t keys[3];
|
||||
|
||||
keys[0] = NULL;
|
||||
keys[1] = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user