Skip to content

Commit

Permalink
OpenSSL: upgraded to version 1.1.1g (#2326).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 21, 2020
1 parent 8323419 commit 6837bbf
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.1f)
set(PACKAGE_VERSION 1.1.1g)

# Version of our library

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

# Git tag for our library

set(GIT_TAG OpenSSL_1_1_1f)
set(GIT_TAG OpenSSL_1_1_1g)

# Release tag

set(RELEASE_TAG OpenSSL_1_1_1f)
set(RELEASE_TAG OpenSSL_1_1_1g)

# Specify where our local package will be installed

Expand Down

0 comments on commit 6837bbf

Please sign in to comment.