Skip to content

Commit

Permalink
_ssl: link with ws2_32
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk authored and lazka committed Aug 25, 2023
1 parent f18b577 commit 69d27f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7536,7 +7536,7 @@ PY_STDLIB_MOD([_lzma], [], [test "$have_liblzma" = yes],

dnl OpenSSL bindings
PY_STDLIB_MOD([_ssl], [], [test "$ac_cv_working_openssl_ssl" = yes],
[$OPENSSL_INCLUDES], [$OPENSSL_LDFLAGS $OPENSSL_LDFLAGS_RPATH $OPENSSL_LIBS])
[$OPENSSL_INCLUDES], [$OPENSSL_LDFLAGS $OPENSSL_LDFLAGS_RPATH $OPENSSL_LIBS -lws2_32])
PY_STDLIB_MOD([_hashlib], [], [test "$ac_cv_working_openssl_hashlib" = yes],
[$OPENSSL_INCLUDES], [$OPENSSL_LDFLAGS $OPENSSL_LDFLAGS_RPATH $LIBCRYPTO_LIBS])

Expand Down

0 comments on commit 69d27f4

Please sign in to comment.