Add comments to NULL func ptrs in bio_method_st
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Sun, 17 Dec 2017 21:04:48 +0000 (07:04 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 17 Dec 2017 21:04:48 +0000 (07:04 +1000)
commitb4ff66223b53ad9d2f5b4efd75bf8d52cc59c8dd
treefda5a73b22f6001cf68349687c59da6711b9b278
parentfce78bd4ede74d4fa7bd1c8195d8f7bc9403bd4c
Add comments to NULL func ptrs in bio_method_st

This commit adds comments to bio_method_st definitions where the
function pointers are defined as NULL. Most of the structs have comments
but some where missing and not all consitent.

CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4881)
crypto/bio/bss_acpt.c
crypto/bio/bss_conn.c
crypto/bio/bss_dgram.c
crypto/bio/bss_fd.c
crypto/bio/bss_file.c
crypto/bio/bss_log.c
crypto/bio/bss_mem.c
crypto/bio/bss_null.c
crypto/bio/bss_sock.c
crypto/comp/c_zlib.c
ssl/bio_ssl.c