Skip to content

Commit

Permalink
build(CMakeLists.txt): upgrade openssl to 1.1.1k
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 27, 2021
1 parent 76d4dd3 commit 96a41c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version 1.1.0

## Dependencies:
- srt 1.4.3
- openssl 1.1.1k

## API changes:
- You don't have to call Srt.startUp(), it is called when you access to an SRT class.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6)

include(ExternalProject)

set(OPENSSL_VERSION "1.1.1j")
set(OPENSSL_VERSION "1.1.1k")
set(SRT_VERSION "1.4.3")

# OpenSSL - needs few executable such as perl and mv in PATH
Expand Down

0 comments on commit 96a41c3

Please sign in to comment.