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:20:14 +0000 (07:20 +1000)
commit7ab60fe24d6a557ec1f9501ce94ca43a8b9f6e52
treec6d953856497d7c5d4e75f3bcb361055eff959c0
parent5200dbb73c7cf63481c563025ad4d67b71e306d2
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)

(cherry picked from commit b4ff66223b53ad9d2f5b4efd75bf8d52cc59c8dd)
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