diff options
author | 2019-05-15 09:07:46 +0000 | |
---|---|---|
committer | 2019-05-15 09:07:46 +0000 | |
commit | 52e4174efd48911938e34457d3fe3659c4d68d65 (patch) | |
tree | cbb789a15b336dd8ae3e45cc25ee8fc901660f73 /lib/libssl/ssl_ciphers.c | |
parent | remove some use of uninitialized values pointed out by jsg@ (diff) | |
download | wireguard-openbsd-52e4174efd48911938e34457d3fe3659c4d68d65.tar.xz wireguard-openbsd-52e4174efd48911938e34457d3fe3659c4d68d65.zip |
Cleanup:
Delete handling of LC_COLLATE (which has no effect)
and delete support for non-ASCII single-byte encodings,
allowing to replace the condition byte_sort == 1
with sort_mb_cur_max == 1.
Since none of our single-byte character and string functions are
locale dependent, also zap inspection of LC_CTYPE while here.
For know, keep the code supporting multi-byte encodings
even though it is very ugly, it cannot be reached right now,
and we have no plans to enable it any time soon.
OK millert@ tb@
Diffstat (limited to 'lib/libssl/ssl_ciphers.c')
0 files changed, 0 insertions, 0 deletions