]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure WSAStartup() before calling WSASocketA()
authorTomas Mraz <tomas@openssl.org>
Wed, 11 Sep 2024 09:45:10 +0000 (11:45 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commit9ffcd1e13cc91b4bbc433f53279b3b464fc80356
treeeeb29b2d200a6529512bbefa38b78d993af1c910
parentd292fe2ca2a9fc6eff6f9dfbe1ea09e5cda70067
Ensure WSAStartup() before calling WSASocketA()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25416)
include/internal/sockets.h
ssl/rio/rio_notifier.c
ssl/ssl_init.c