diff --git a/include/client.h b/include/client.h index 70366ab..42ffcf4 100644 --- a/include/client.h +++ b/include/client.h @@ -297,7 +297,8 @@ struct LocalUser char *mangledhost; /* non-NULL if host mangling module loaded and applicable to this client */ - struct rb_sockaddr_storage *lip; /* alloc before auth/freed after auth */ + struct rb_sockaddr_storage *lip; /* alloc before auth/freed after auth */ + struct _ssl_ctl *ssl_ctl; /* which ssl daemon we're associate with */ }; struct PreClient