Merged from silc_1_0_branch.
[silc.git] / apps / irssi / src / silc / core / silc-core.h
index 8736fab35003667c4aff743c9aaa592b7b9a381b..594c3ffe91cdeef96e7aad034ac2b5715b9b2c0d 100644 (file)
 
 /* Default settings for creating key pair */
 #define SILC_CLIENT_DEF_PKCS "rsa"
-#define SILC_CLIENT_DEF_PKCS_LEN 1024
+#define SILC_CLIENT_DEF_PKCS_LEN 2048
 
 extern SilcClient silc_client;
 
-#ifdef SILC_SIM
-/* SIM (SILC Module) table */
-extern SilcSimContext **sims;
-extern uint32 sims_count;
-#endif
-
 #define IS_SILC_ITEM(rec) (IS_SILC_CHANNEL(rec) || IS_SILC_QUERY(rec))
 
+#define SILC_MSG_SIGNED_VERIFIED 0
+#define SILC_MSG_SIGNED_UNKNOWN 1
+#define SILC_MSG_SIGNED_FAILED 2
+
 #endif