Removed nonce/apop/pas2, no longer used by anyone
[citadel.git] / citadel / context.h
index 679f90e99b88cb9d5244f0796a1f0b3496999190..205cf4f1eefa9a00c5da43ba577fc38f49e5fc04 100644 (file)
@@ -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 */