X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel_ipc.c;h=9a07aa2cdb403c95229bd7c74667f2adc6c0a81e;hb=d7d893c0cd64ca92ff93457094ec151d106342e9;hp=103bc5b3e97e481f641ff820fd34864ccd39c55e;hpb=c0a3e8894b0d554b73d404ea496a1836db6e0ed9;p=citadel.git diff --git a/citadel/citadel_ipc.c b/citadel/citadel_ipc.c index 103bc5b3e..9a07aa2cd 100644 --- a/citadel/citadel_ipc.c +++ b/citadel/citadel_ipc.c @@ -1425,7 +1425,7 @@ int CtdlIPCIdentifySoftware(CtdlIPC *ipc, int developerid, int clientid, developerid = 8; clientid = 0; revision = REV_LEVEL - 600; - software_name = "Citadel/UX (libcitadel)"; + software_name = "Citadel (libcitadel)"; } if (!hostname) return -2; @@ -1911,7 +1911,7 @@ int CtdlIPCStartEncryption(CtdlIPC *ipc, char *cret) } /* Pointless flag waving */ #if SSLEAY_VERSION_NUMBER >= 0x0922 - SSL_set_session_id_context(temp_ssl, "Citadel/UX SID", 14); + SSL_set_session_id_context(temp_ssl, "Citadel SID", 14); #endif if (!access("/var/run/egd-pool", F_OK))