1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

testcrypt: remove a redundant typedef.

All the TD_consumed_foo types are defined by macro elsewhere in the
file, so there's no need for an explicit one for TD_consumed_val_hash.
This commit is contained in:
Simon Tatham 2022-03-29 12:29:13 +01:00
parent a101444d40
commit be16a7bbe3

View File

@ -211,7 +211,6 @@ typedef const char *TD_opt_val_string_asciz;
typedef char **TD_out_val_string_asciz; typedef char **TD_out_val_string_asciz;
typedef char **TD_out_opt_val_string_asciz; typedef char **TD_out_opt_val_string_asciz;
typedef const char **TD_out_opt_val_string_asciz_const; typedef const char **TD_out_opt_val_string_asciz_const;
typedef ssh_hash *TD_consumed_val_hash;
typedef const ssh_hashalg *TD_hashalg; typedef const ssh_hashalg *TD_hashalg;
typedef const ssh2_macalg *TD_macalg; typedef const ssh2_macalg *TD_macalg;
typedef const ssh_keyalg *TD_keyalg; typedef const ssh_keyalg *TD_keyalg;