boringssl/crypto/bio
David Benjamin 192f34b175 Fix bio_test.c build on Windows.
MSVC does not allow pointer arithmetic on void* pointers. Also
fix some style issues around whether * hugs the type or the
variable name.

Change-Id: I40cc1627830b37879fd70e2b688a42df62b6c62a
Reviewed-on: https://boringssl-review.googlesource.com/2452
Reviewed-by: Adam Langley <agl@google.com>
2014-12-01 19:06:59 +00:00
..
bio_error.c Add zero copy read and write api for bio pairs. 2014-11-18 14:06:46 -08:00
bio_mem.c Fix minor issues found by Clang's analysis. 2014-09-02 22:39:41 +00:00
bio_test.c Fix bio_test.c build on Windows. 2014-12-01 19:06:59 +00:00
bio.c Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
buffer.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Fix standalone bio_test and v3name_test on Win64. 2014-10-29 21:17:27 +00:00
connect.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
fd.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
file.c Inital import. 2014-06-20 13:17:32 -07:00
hexdump.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
pair.c Cleanup of setting external buffer 2014-11-24 17:46:00 +00:00
printf.c Use _POSIX_C_SOURCE not _BSD_SOURCE. 2014-10-02 21:35:33 +00:00
socket_helper.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
socket.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00