Welcome! Log In Create A New Profile

Advanced

[nginx] Win32: disabled threads support in OpenSSL builds.

Sergey Kandaurov
September 07, 2022 08:36AM
details: https://hg.nginx.org/nginx/rev/a423e314c22f
branches:
changeset: 8069:a423e314c22f
user: Maxim Dounin <mdounin@mdounin.ru>
date: Wed Sep 07 00:47:31 2022 +0300
description:
Win32: disabled threads support in OpenSSL builds.

Threads are disabled during UNIX builds (see b329c0ab1a48), and also not
needed for Windows builds.

This used to be the default before OpenSSL 1.1.0.

diffstat:

auto/lib/openssl/makefile.msvc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0546ab9351c8 -r a423e314c22f auto/lib/openssl/makefile.msvc
--- a/auto/lib/openssl/makefile.msvc Wed Sep 07 00:47:17 2022 +0300
+++ b/auto/lib/openssl/makefile.msvc Wed Sep 07 00:47:31 2022 +0300
@@ -6,7 +6,7 @@
all:
cd $(OPENSSL)

- perl Configure VC-WIN32 no-shared \
+ perl Configure VC-WIN32 no-shared no-threads \
--prefix="%cd%/openssl" \
--openssldir="%cd%/openssl/ssl" \
$(OPENSSL_OPT)
_______________________________________________
nginx-devel mailing list -- nginx-devel@nginx.org
To unsubscribe send an email to nginx-devel-leave@nginx.org
Subject Author Views Posted

[nginx] Win32: disabled threads support in OpenSSL builds.

Sergey Kandaurov 263 September 07, 2022 08:36AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 260
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready