doc update

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2017-03-11 21:25:39 +01:00
parent c1d86d5577
commit aa28f0b9d2

View File

@@ -53,7 +53,7 @@
/* Authentication states */
enum {
PS_AUTH_INACTIVE, /* no comm with worker */
PS_AUTH_FAILED, /* no tried authenticated but failed */
PS_AUTH_FAILED, /* tried authentication but failed */
PS_AUTH_INIT, /* worker has sent an auth init msg */
PS_AUTH_CONT, /* worker has sent an auth cont msg */
PS_AUTH_COMPLETED /* successful authentication */