1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Merge recent misc fixes from 'pre-0.77'.

This commit is contained in:
Jacob Nevins
2022-05-19 10:57:35 +01:00
18 changed files with 108 additions and 19 deletions

View File

@ -10,6 +10,7 @@ add_sources_from_current_dir(utils
buildinfo.c
burnstr.c
chomp.c
cmdline_get_passwd_input_state_new.c
conf.c
conf_dest.c
conf_launchable.c

View File

@ -0,0 +1,9 @@
/*
* A preinitialised cmdline_get_passwd_input_state which makes it easy
* to assign by structure copy.
*/
#include "putty.h"
const cmdline_get_passwd_input_state cmdline_get_passwd_input_state_new =
CMDLINE_GET_PASSWD_INPUT_STATE_INIT;