boringssl/crypto/bio
Adam Langley 65dcfc7f9b Remove CP_UTF8 code for Windows filenames.
Thanks to Gisle Vanem for pointing out that this code was broken and
could never have compiled. Since it has never worked, and thus has never
been used, remove it.

Change-Id: Ic274eaf187928765a809690eda8d790b79f939a5
Reviewed-on: https://boringssl-review.googlesource.com/7190
Reviewed-by: David Benjamin <davidben@google.com>
2016-02-22 17:19:33 +00:00
..
bio_mem.c Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
bio_test.cc Remove calls to ERR_load_crypto_strings. 2016-01-25 23:09:08 +00:00
bio.c Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
buffer.c Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 2016-02-11 22:07:56 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
connect.c Don't bother sampling __func__. 2015-11-03 22:50:59 +00:00
fd.c Align BIO_get_fd with upstream. 2015-10-12 22:18:17 +00:00
file.c Remove CP_UTF8 code for Windows filenames. 2016-02-22 17:19:33 +00:00
hexdump.c
internal.h
pair.c Test for underflow before subtraction. 2015-11-11 22:20:04 +00:00
printf.c Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
socket_helper.c Don't bother sampling __func__. 2015-11-03 22:50:59 +00:00
socket.c