X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fsilcd.c;h=84e35dc4aab629b45a250e625db6410b121e3b25;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=3cef69aa78dfacdb8d409ea5728447b7f79eded2;hpb=89c04c8b9d59da2c9cd47a61e711a2755c5a7f4c;p=silc.git diff --git a/apps/silcd/silcd.c b/apps/silcd/silcd.c index 3cef69aa..84e35dc4 100644 --- a/apps/silcd/silcd.c +++ b/apps/silcd/silcd.c @@ -27,7 +27,7 @@ #include "serverincludes.h" #include "server_internal.h" -#include "version.h" +#include "silcversion.h" /* For now, we'll have this one server context global for this module. */ static SilcServer silcd; @@ -107,7 +107,7 @@ static void silc_server_checkpid(SilcServer silcd) if (silcd->config->server_info->pid_file) { int oldpid; char *buf; - uint32 buf_len; + SilcUInt32 buf_len; SILC_LOG_DEBUG(("Checking for another silcd running")); buf = silc_file_readfile(silcd->config->server_info->pid_file, &buf_len); @@ -329,7 +329,7 @@ silc_server_create_key_pair(char *pkcs_name, int bits, char *path, SilcPrivateKey prv_key; SilcRng rng; unsigned char *key; - uint32 key_len; + SilcUInt32 key_len; char pkfile[256], prvfile[256]; if (!pkcs_name || !path)