Merged from silc_1_0_branch.
[silc.git] / apps / irssi / src / silc / core / silc-core.h
index 15ac7132d6fe5b467e9df47688126122be4c05cf..594c3ffe91cdeef96e7aad034ac2b5715b9b2c0d 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __SILC_CORE_H
 #define __SILC_CORE_H
 
-#include "clientconfig.h"
 #include "clientutil.h"
 
 /* Default client configuration file. This can be overridden at the
 
 /* 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;
-extern SilcClientConfig silc_config;
-
-#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