]> granicus.if.org Git - openssl/commit
Refactoring BIO: Adapt BIO_s_datagram and all that depends on it
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2016 23:27:44 +0000 (00:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2016 18:40:32 +0000 (19:40 +0100)
commitd858c87653257185ead1c5baf3d84cd7276dd912
tree88c6ea3d7634e2cd36e4d4910d5d7f81a32562fc
parent75d5bd4e7d61ba3ed845f9e8170eac6a48a26407
Refactoring BIO: Adapt BIO_s_datagram and all that depends on it

The control commands that previously took a struct sockaddr * have
been changed to take a BIO_ADDR * instead.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
apps/s_cb.c
apps/s_server.c
crypto/bio/bss_dgram.c
ssl/d1_lib.c