openssl/crypto/bio
KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and
unified them.
- return (0); -> return 0;
- return (1); -> return 1;
- return (-1); -> return -1;

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4500)
2017-10-09 13:17:09 +01:00
..
b_addr.c Add CRYPTO_thread_glock_new 2017-08-31 19:42:03 -04:00
b_dump.c BIO range checking. 2017-07-07 07:18:41 +10:00
b_print.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
b_sock2.c spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
b_sock.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bf_buff.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bf_lbuf.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bf_nbio.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bf_null.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bio_cb.c BIO range checking. 2017-07-07 07:18:41 +10:00
bio_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
bio_lcl.h (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
bio_lib.c Fix a typo in bio_read_intern 2016-12-02 09:15:19 +00:00
bio_meth.c Add CRYPTO_thread_glock_new 2017-08-31 19:42:03 -04:00
bss_acpt.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_bio.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
bss_conn.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_dgram.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_fd.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_file.c BIO range checking. 2017-07-07 07:18:41 +10:00
bss_log.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_mem.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_null.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
bss_sock.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
build.info Adapt bf_lbuf for opaque BIO 2016-03-30 04:35:14 +02:00