X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=0685f33e0a3ac2f06106adbacf151f0773840c3b;hp=b841b7e1b6b6d0698a404887429840f2ea6e9a47;hb=277ed4a605f68118aff9e671f16c0ac6edb1d55a;hpb=128c594f32be41d928df432298a013a168891ab7 diff --git a/client.h b/client.h index b841b7e1..0685f33e 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2012 Andre Noll + * Copyright (C) 1997-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -12,7 +12,7 @@ enum { CL_CONNECTED, /** Server sends the welcome message. */ CL_RECEIVED_WELCOME, - /** Client sends the authentification request. */ + /** Client sends the authentication request. */ CL_SENT_AUTH, /** Server sends encrypted challenge. */ CL_RECEIVED_CHALLENGE, @@ -34,9 +34,7 @@ struct client_task { int status; /** The file descriptor and the session keys. */ struct stream_cipher_context scc; - /** True if this connections uses the sideband API. */ - bool use_sideband; - /** The sideband context, ignored if \a use_sideband is false. */ + /** The sideband context. */ struct sb_context *sbc; /** The hash value of the decrypted challenge. */ unsigned char *challenge_hash;