Fix compilation on older Linux. Linux didn't always have sockaddr_storage,
authorAndy Polyakov <appro@openssl.org>
Wed, 6 Jan 2010 21:22:56 +0000 (21:22 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 6 Jan 2010 21:22:56 +0000 (21:22 +0000)
commitcba9ffc32a68586ff00c1770df1a516bebf992d2
tree3f85550c5c8fd4c945cd201d92faa6cd92e90434
parent76998a71bc3ce86d1af2bddd26c8d7f2040088df
Fix compilation on older Linux. Linux didn't always have sockaddr_storage,
not to mention that first sockaddr_storage had __ss_family, not ss_family.
In other words it makes more sense to avoid sockaddr_storage...
apps/s_cb.c
crypto/bio/bss_dgram.c