bss_dgram.c: more elegant solution to PR#2069. Use socklen_t heuristic
authorAndy Polyakov <appro@openssl.org>
Sun, 15 Nov 2009 17:03:33 +0000 (17:03 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 15 Nov 2009 17:03:33 +0000 (17:03 +0000)
commitb7cec490fabfca5ae75cb1dcec4cc96a456ad295
tree2324ca3cac9b6882a354088aacc1df2e76302e67
parent2335e8a9ccdaf62eabc37c8b9b80195285ed887d
bss_dgram.c: more elegant solution to PR#2069. Use socklen_t heuristic
from b_sock.c, don't assume that caller always passes pointer to buffer
large enough to hold sockaddr_storage.
PR: 2069
crypto/bio/bss_dgram.c