Authctxt

Damien Miller djm at mindrot.org
Wed Apr 13 16:52:06 EST 2005


Andreas Gaupmann wrote:
> Hello!
> 
> I have been reading through the OpenSSH 4.0p code. There exist two globals
> called "Authctxt". One is defined in sshconnect2.c (type 1) and the other in
> auth.h (type 2). Both are structs with different members. 

They are used consistently in client vs server code. E.g auth.c is
server-only, whereas sshconnect2.c is client-only.

I don't think that a struct Authctxt is used anywhere in the shared
(libssh.a) code.

-d




More information about the openssh-unix-dev mailing list