=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-chall.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- src/usr.bin/ssh/auth2-chall.c 2016/05/02 08:49:03 1.44 +++ src/usr.bin/ssh/auth2-chall.c 2017/05/30 08:49:58 1.45 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-chall.c,v 1.44 2016/05/02 08:49:03 djm Exp $ */ +/* $OpenBSD: auth2-chall.c,v 1.45 2017/05/30 08:49:58 markus Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * Copyright (c) 2001 Per Allansson. All rights reserved. @@ -310,6 +310,5 @@ privsep_challenge_enable(void) { extern KbdintDevice mm_bsdauth_device; - /* As long as SSHv1 has devices[0] hard coded this is fine */ devices[0] = &mm_bsdauth_device; }