mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 10:42:18 -05:00
Increase max len of chiper names
For example ECDHE-ECRSA-AES256-GCM-SHA384
This commit is contained in:
parent
84df81f336
commit
f389257403
@ -37,7 +37,7 @@ struct cert_info {
|
|||||||
|
|
||||||
struct chiper_info {
|
struct chiper_info {
|
||||||
char version[16];
|
char version[16];
|
||||||
char chiper[24];
|
char chiper[48];
|
||||||
int chiper_bits;
|
int chiper_bits;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user