RT4660: BIO_METHODs should be const.
[openssl.git] / crypto / bio / bio_lcl.h
index eb9d46366577cb77d0a8dac21a87ef2b0ebb6b96..24f8b1859529a3104c553be5fd3d847aae898d9c 100644 (file)
@@ -53,11 +53,11 @@ struct bio_addrinfo_st {
 union bio_addr_st {
     struct sockaddr sa;
 # ifdef AF_INET6
-    struct sockaddr_in6 sin6;
+    struct sockaddr_in6 s_in6;
 # endif
-    struct sockaddr_in sin;
+    struct sockaddr_in s_in;
 # ifdef AF_UNIX
-    struct sockaddr_un sun;
+    struct sockaddr_un s_un;
 # endif
 };
 #endif