Remove version pin for OpenSSL (#3610)

* Remove version pin for OpenSSL

* Gratuitous change to trigger CI pipelines
This commit is contained in:
Larry Osterman 2022-05-03 16:05:36 -07:00 committed by GitHub
parent a2d975c7d4
commit f8ced21a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 7 deletions

View File

@ -107,3 +107,4 @@ endif()
if(BUILD_SAMPLES)
add_subdirectory(samples)
endif()

View File

@ -17,3 +17,4 @@ endif()
if (BUILD_TESTING)
add_subdirectory(azure-core-test)
endif()

View File

@ -1,7 +1,6 @@
{
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "f0aa678b7471497f1adedcc99f40e1599ad22f69",
"dependencies": [
{
"name": "curl"
@ -13,11 +12,5 @@
{
"name": "openssl"
}
],
"overrides": [
{
"name": "openssl",
"version-string": "1.1.1n"
}
]
}