X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.h;h=205cf4f1eefa9a00c5da43ba577fc38f49e5fc04;hb=c37006aac2a4cc8a31643883b2e8d128441a5069;hp=679f90e99b88cb9d5244f0796a1f0b3496999190;hpb=8d702a17f284ebdc7875b911abe7eadc1cc3d96a;p=citadel.git diff --git a/citadel/context.h b/citadel/context.h index 679f90e99..205cf4f1e 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -109,10 +109,6 @@ struct CitContext { struct ctdluser user; /* Database record buffers */ struct ctdlroom room; - /* Beginning of cryptography - session nonce */ - char cs_nonce[NONCE_SIZE]; /* The nonce for this session's next auth transaction */ - - /* A linked list of all instant messages sent to us. */ struct ExpressMessage *FirstExpressMessage; int disable_exp; /* Set to 1 to disable incoming pages */