Skip to content

Commit 6fd9dc1

Browse files
authored
Update OpenSSL (#564)
1 parent a6ab15c commit 6fd9dc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libs/recipes/openssl/rules.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OPENSSL_VERSION = 3.1.0
1+
OPENSSL_VERSION = 3.5.1
22
OPENSSL_TARBALL = $(DOWNLOAD)/openssl-$(OPENSSL_VERSION).tar.gz
33
OPENSSL_URL = https://github.com/openssl/openssl/archive/refs/tags/openssl-$(OPENSSL_VERSION).tar.gz
44

@@ -20,11 +20,12 @@ $(OPENSSL_WASM_LIB): $(OPENSSL_TARBALL)
2020
AR="ar" \
2121
RANLIB="ranlib" \
2222
-static \
23+
-no-module \
2324
-no-sock \
2425
-no-tests \
2526
-no-asm \
2627
--prefix=$(WASM) && \
2728
sed -i.bak '/^CNF_CFLAGS=/d' $(BUILD)/openssl-openssl-$(OPENSSL_VERSION)/build/Makefile && \
2829
sed -i.bak '/^CNF_LDFLAGS=/d' $(BUILD)/openssl-openssl-$(OPENSSL_VERSION)/build/Makefile && \
2930
emmake $(MAKE) build_generated libssl.a libcrypto.a && \
30-
emmake $(MAKE) install
31+
emmake $(MAKE) install_sw

0 commit comments

Comments
 (0)