Skip to content

Commit 0fa0ac1

Browse files
committed
ci: bump version
1 parent d9a5043 commit 0fa0ac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.16, openssl-3.5.0]
11+
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.17, openssl-3.5.1]
1212
env:
1313
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
1414
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_TOKEN }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [macos-13, ubuntu-latest]
1818
luarocks_version: [3.12.0]
1919
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
20-
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.16, openssl-3.5.0]
20+
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.17, openssl-3.5.1]
2121
env:
2222
MACOSX_DEPLOYMENT_TARGET: 10.12
2323
LUAROCKS: ${{ matrix.luarocks_version }}

src/openssl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
*/
6060

6161
/* MNNFFPPS */
62-
#define LOPENSSL_VERSION_NUM 0x0090200f
62+
#define LOPENSSL_VERSION_NUM 0x00a0100f
6363
#ifndef LOPENSSL_VERSION
64-
#define LOPENSSL_VERSION "0.9.2"
64+
#define LOPENSSL_VERSION "0.10.1"
6565
#endif
6666

6767
#if OPENSSL_VERSION_NUMBER >= 0x10000000L

0 commit comments

Comments
 (0)