# HG changeset patch # User HansH111 # Date 1647193064 0 # Node ID 4c1560627693b990b0795d85c7041d078cb67c5e # Parent bfa92efd814bf76d0546dbe67880f04c42efa2ba add pubkey_info field to authstate structure diff -r bfa92efd814b -r 4c1560627693 auth.h --- a/auth.h Thu Feb 24 11:51:51 2022 +0800 +++ b/auth.h Sun Mar 13 17:37:44 2022 +0000 @@ -125,6 +125,7 @@ char *pw_passwd; #if DROPBEAR_SVR_PUBKEY_OPTIONS_BUILT struct PubKeyOptions* pubkey_options; + char *pubkey_info; #endif };