openssl/crypto/lhash
Long Qin b4d0fa49d9 lhash.c: Replace Unicode EN DASH with the ASCII char '-'.
* addressing", Proc. 6th Conference on Very Large Databases: 212–223
                                                                 ^
The EN DASH ('–') in this line is one UTF-8 character (hex: e2 80 93).
Under some code page setting (e.g. 936), Visual Studio may report C4819
warning: The file contains a character that cannot be represented in the
current code page.

Replace this character with the ASCII char '-' (Hex Code: 2D).

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4691)
2017-11-11 12:44:09 +01:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
lh_stats.c Document that lhash isn't thread safe under any circumstances and 2017-10-09 07:50:18 +10:00
lhash.c lhash.c: Replace Unicode EN DASH with the ASCII char '-'. 2017-11-11 12:44:09 +01:00
lhash_lcl.h Document that lhash isn't thread safe under any circumstances and 2017-10-09 07:50:18 +10:00
num.pl Copyright consolidation: perl files 2016-04-20 09:45:40 -04:00