Skip to content

Commit

Permalink
Bump OpenSSL dependency (#12)
Browse files Browse the repository at this point in the history
* Bump OpenSSL to v3.0.1

* Add change to documentation

* Fix README formatting

* Fix formatting

Co-authored-by: Christopher Field <chris.field@theiascientific.com>
  • Loading branch information
volks73 and Christopher Field authored Mar 12, 2022
1 parent ad2625f commit ec3c85c
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 66 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file, which is wr

## [Unreleased]

### Changed

- The OpenSSL dependency from v1.1.1l to v3.0.1

## [0.2.3] - 2021-10-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if(BUILD_DEPS)
${OPENSSL}
PREFIX ${DEPS_DIR}/${OPENSSL}
GIT_REPOSITORY https://github.com/openssl/openssl.git
GIT_TAG OpenSSL_1_1_1l
GIT_TAG openssl-3.0.1
UPDATE_DISCONNECTED YES
UPDATE_COMMAND ""
CONFIGURE_COMMAND ${OPENSSL_CONFIGURE_COMMAND}
Expand Down
Loading

0 comments on commit ec3c85c

Please sign in to comment.