Default RSA key length is 2048 bits (old 1024 bits).
[silc.git] / apps / irssi / src / silc / core / silc-core.h
index 15ac7132d6fe5b467e9df47688126122be4c05cf..0ae04ab2e9bbcba20d5f2904a08365a1bc5597b2 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))