From 8613c9bed377a05d097ffa0387f22906a4799e57 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 28 Oct 2020 14:35:23 +0100 Subject: added -U / -P option Signed-off-by: Toni Uhlig --- utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils.h') 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 */ -- cgit v1.2.3