Make editorial changes suggested by Rich Salz and add the -rsigopt option to the...
[openssl.git] / crypto / bio / b_addr.c
index d6d70a1ae9d94eafef8dc797601a7c32d77f2f57..6fb135a758b4bc1418d6cf0fe7775894541e5f13 100644 (file)
@@ -676,7 +676,7 @@ int BIO_lookup_ex(const char *host, const char *service, int lookup_type,
         int gai_ret = 0;
         struct addrinfo hints;
 
-        memset(&hints, 0, sizeof hints);
+        memset(&hints, 0, sizeof(hints));
 
         hints.ai_family = family;
         hints.ai_socktype = socktype;