occtl: use dash for no-dtls message to make it more consistent with other output

This commit is contained in:
Nikos Mavrogiannopoulos
2015-12-06 02:10:26 +01:00
parent 2588e617c0
commit 4e71afbf6f

View File

@@ -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)