]> andersk Git - openssh.git/blobdiff - auth2-chall.c
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
[openssh.git] / auth2-chall.c
index 12e3cc934aa8336628c196ea483149d93712e0f7..aacbf0bccebb19509760f91c4998f4a034fe9860 100644 (file)
@@ -326,6 +326,9 @@ input_userauth_info_response(int type, u_int32_t seq, void *ctxt)
 void
 privsep_challenge_enable(void)
 {
+#if defined(BSD_AUTH) || defined(USE_PAM) || defined(SKEY)
+       int n = 0;
+#endif
 #ifdef BSD_AUTH
        extern KbdintDevice mm_bsdauth_device;
 #endif
@@ -335,7 +338,6 @@ privsep_challenge_enable(void)
 #ifdef SKEY
        extern KbdintDevice mm_skey_device;
 #endif
-       int n = 0;
 
 #ifdef BSD_AUTH
        devices[n++] = &mm_bsdauth_device;
This page took 0.053082 seconds and 4 git commands to generate.