]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Increase max len of chiper names
authorTingPing <redacted>
Sat, 20 Sep 2014 17:56:09 +0000 (13:56 -0400)
committerTingPing <redacted>
Sat, 22 Nov 2014 04:25:27 +0000 (23:25 -0500)
For example ECDHE-ECRSA-AES256-GCM-SHA384

src/common/ssl.h

index ad34944c7c9d2dbb9749913495fd72f7e8c82b54..9c729855813029586a9aeb811c433a874ec3d709 100644 (file)
@@ -37,7 +37,7 @@ struct cert_info {
 
 struct chiper_info {
     char version[16];
-    char chiper[24];
+    char chiper[48];
     int chiper_bits;
 };