CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/25 22:37:26
Modified files:
lib/libssl/src/crypto/bio: b_sock.c bss_conn.c bss_dgram.c
Log message:
normalize set/getsockopt usage.
Remove the remaining random casts on optval. Fixups for this can be handled by
the portability layer all in once place.
Remove remaining fake socklen_t unions, though beck@ points out that this also
removes support for socklen_t changing its length at runtime. RIP.
ok tedu@ beck@ miod@ deraadt@
