Fixed the MAX_ID_LEN #define, and the silc_id_id2str and
[silc.git] / lib / silccore / silcpacket.h
index 6c855225041d47d4afd4431f7861f889d3ea1c7f..669a4e89d756b38bc4b73e27d0d134bb085af8a3 100644 (file)
@@ -55,7 +55,7 @@
 #define SILC_PACKET_MAX_LEN 0xffff
 
 /* Maximum length of ID */
-#define SILC_PACKET_MAX_ID_LEN 16
+#define SILC_PACKET_MAX_ID_LEN 28
 
 /****d* silccore/SilcPacketAPI/SilcPacketType
  *