Skip to content

Commit 2868d2c

Browse files
committed
Update the OpenSSL binary to v3.1.0
1 parent 1404cee commit 2868d2c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

emscr/binary/openssl.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

emscr/binary/openssl.wasm

19.7 KB
Binary file not shown.

emscr/builds/openssl/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
OPENSSL_VERSION="openssl-3.0.7"
3+
OPENSSL_VERSION="openssl-3.1.0"
44
OPENSSL_DIR="src"
55

66
if [ -d ${OPENSSL_DIR} ]; then

0 commit comments

Comments
 (0)