Skip to content

Commit

Permalink
OpenSSL: upgraded to version 1.1.1e (#2310).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Mar 25, 2020
1 parent f88280e commit 9abf848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/thirdParty/OpenSSL/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(OpenSSLPlugin)
# Name and version of our package

set(PACKAGE_NAME OpenSSL)
set(PACKAGE_VERSION 1.1.1d)
set(PACKAGE_VERSION 1.1.1e)

# Version of our library

Expand All @@ -15,11 +15,11 @@ endif()

# Git tag for our library

set(GIT_TAG OpenSSL_1_1_1d)
set(GIT_TAG OpenSSL_1_1_1e)

# Release tag

set(RELEASE_TAG OpenSSL_1_1_1d)
set(RELEASE_TAG OpenSSL_1_1_1e)

# Specify where our local package will be installed

Expand Down

0 comments on commit 9abf848

Please sign in to comment.