summaryrefslogtreecommitdiff
path: root/lib/multihandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/multihandle.h')
-rw-r--r--lib/multihandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/multihandle.h b/lib/multihandle.h
index 96b84749fc..2e4a6ffba5 100644
--- a/lib/multihandle.h
+++ b/lib/multihandle.h
@@ -153,6 +153,9 @@ struct Curl_multi {
bool recheckstate; /* see Curl_multi_connchanged */
bool in_callback; /* true while executing a callback */
bool ipv6_works;
+#ifdef USE_OPENSSL
+ bool ssl_seeded;
+#endif
};
#endif /* HEADER_CURL_MULTIHANDLE_H */