changeset 1880:4c1560627693

add pubkey_info field to authstate structure
author HansH111 <hans@atbas.org>
date Sun, 13 Mar 2022 17:37:44 +0000
parents bfa92efd814b
children d39cfedaf015
files auth.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 };