Remove version pin for OpenSSL (#3610)
* Remove version pin for OpenSSL * Gratuitous change to trigger CI pipelines
This commit is contained in:
parent
a2d975c7d4
commit
f8ced21a1a
@ -107,3 +107,4 @@ endif()
|
||||
if(BUILD_SAMPLES)
|
||||
add_subdirectory(samples)
|
||||
endif()
|
||||
|
||||
|
||||
@ -17,3 +17,4 @@ endif()
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(azure-core-test)
|
||||
endif()
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user