comparison auth.h @ 1890:45e552ee4391

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 22 Mar 2022 16:17:47 +0800
parents 4c1560627693
children
comparison
equal deleted inserted replaced
1889:fc4c9ef61856 1890:45e552ee4391
123 char *pw_shell; 123 char *pw_shell;
124 char *pw_name; 124 char *pw_name;
125 char *pw_passwd; 125 char *pw_passwd;
126 #if DROPBEAR_SVR_PUBKEY_OPTIONS_BUILT 126 #if DROPBEAR_SVR_PUBKEY_OPTIONS_BUILT
127 struct PubKeyOptions* pubkey_options; 127 struct PubKeyOptions* pubkey_options;
128 char *pubkey_info;
128 #endif 129 #endif
129 }; 130 };
130 131
131 #if DROPBEAR_SVR_PUBKEY_OPTIONS_BUILT 132 #if DROPBEAR_SVR_PUBKEY_OPTIONS_BUILT
132 struct PubKeyOptions; 133 struct PubKeyOptions;