]> andersk Git - openssh.git/blobdiff - auth2-chall.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / auth2-chall.c
index 77294f4b8954fda952985aa24f5ce26fccea0554..39dc285b9a8d24dba5c5193a5075782c5b8624df 100644 (file)
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: auth2-chall.c,v 1.1 2001/01/18 17:12:43 markus Exp $");
+RCSID("$OpenBSD: auth2-chall.c,v 1.2 2001/01/21 19:05:43 markus Exp $");
 
-#include "ssh.h"
 #include "ssh2.h"
 #include "auth.h"
 #include "packet.h"
 #include "xmalloc.h"
 #include "dispatch.h"
+#include "log.h"
 
 void send_userauth_into_request(Authctxt *authctxt, char *challenge, int echo);
 void input_userauth_info_response(int type, int plen, void *ctxt);
This page took 0.039093 seconds and 4 git commands to generate.