[cpp-msbuild] branch main updated: Update OpenSSL version.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 1 17:52:14 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=c389bfe04a9fd093f51f12fd5deda43bf1c155e0
The following commit(s) were added to refs/heads/main by this push:
new c389bfe Update OpenSSL version.
c389bfe is described below
commit c389bfe04a9fd093f51f12fd5deda43bf1c155e0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 1 13:52:06 2022 -0400
Update OpenSSL version.
---
Versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Versions.props b/Versions.props
index 6e70b01..ff3deb3 100644
--- a/Versions.props
+++ b/Versions.props
@@ -123,7 +123,7 @@
<OpenSSLFileVersion>BAD_OPENSSL_FILE_VERSION</OpenSSLFileVersion>
<!-- Changing OPENSSL_FILE_VERSION version requires changing the GUIDs since it is garnish on the name -->
</PropertyGroup>
- <PropertyGroup Label="OpenSSLGuids" Condition="'$(OPENSSL_FILE_VERSION)' == '3_0_0'">
+ <PropertyGroup Label="OpenSSLGuids" Condition="'$(OPENSSL_FILE_VERSION)' == '3_0_7'">
<OpenSSLFileVersion>$(OPENSSL_FILE_VERSION)</OpenSSLFileVersion>
<!-- Change the 8 components below iff OpenSSLFileVersion changes -->
<LibEay32Component>{0C04FB12-2BC3-42F9-B684-4055BA1CCAFE}</LibEay32Component>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list