]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix charset handling for --key-password on command line
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 25 May 2017 20:15:27 +0000 (21:15 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 25 May 2017 20:15:27 +0000 (21:15 +0100)
commite25203446f01ec4302c5a099eca5bf3d958663c4
tree52ee5404e9cdf42e8111f96f8e0a37ad4fd51b45
parentd8b283f168c8e9574a821eef077b40984fae1026
Fix charset handling for --key-password on command line

It was always converting to UTF-8 for input from the terminal; there
was a plausible reason for using the legacy charset as-is but it's
better to be consistent.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
main.c