mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
occtl: use dash for no-dtls message to make it more consistent with other output
This commit is contained in:
@@ -541,7 +541,7 @@ static const char *fix_ciphersuite(char *txt)
|
||||
}
|
||||
}
|
||||
|
||||
return "(no dtls)";
|
||||
return "(no-dtls)";
|
||||
}
|
||||
|
||||
static const char *get_ip(const char *ip1, const char *ip2)
|
||||
|
||||
Reference in New Issue
Block a user