aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 513da66..840596d 100644
--- a/utils.h
+++ b/utils.h
@@ -11,6 +11,11 @@ struct cmd_options {
*/
char * key_string;
size_t key_length;
+ /* server: user/password required for any client authentication
+ * client: user/password used against server authentication
+ */
+ char * user;
+ char * pass;
/* server: listen host
* client: remote host
*/