# HG changeset patch
# User Matt Johnston <matt@ucc.asn.au>
# Date 1648621969 -28800
# Node ID dc615fdb7c06012dd98d4bc1534c08b601c5b974
# Parent  e356093a6812b42953ddded437827ad3c37ff8aa
Fix declaration after statement

Caught by just-added c89 build

diff -r e356093a6812 -r dc615fdb7c06 cli-authinteract.c
--- a/cli-authinteract.c	Wed Mar 30 14:29:18 2022 +0800
+++ b/cli-authinteract.c	Wed Mar 30 14:32:49 2022 +0800
@@ -114,8 +114,8 @@
 	m_free(instruction);
 
 	for (i = 0; i < num_prompts; i++) {
+		unsigned int response_len = 0;
 		cli_ses.is_trivial_auth = 0;
-		unsigned int response_len = 0;
 		prompt = buf_getstring(ses.payload, NULL);
 		cleantext(prompt);