diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-10-28 14:35:23 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-10-28 14:35:23 +0100 |
commit | 8613c9bed377a05d097ffa0387f22906a4799e57 (patch) | |
tree | e85f094478ac02b4cd574b1f4984f6c8625b07ef /utils.h | |
parent | b2540ad3304f13306cff98c29992b52a6f6d03b6 (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |