Skip to content

Commit

Permalink
Make sure 'soap_ssl_init()' is invoked before Qt invokes it. If the l…
Browse files Browse the repository at this point in the history
…atter happens SoapCtx can not be created with sssl support enabled (SSL_R_LIBRARY_HAS_NO_CIPHERS error). Make CMake package relocatable by removing find_library() and using 'FindOpenSSL' instead.
  • Loading branch information
Tereius committed Jan 1, 2025
1 parent ce2efc0 commit eca80ce
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 60 deletions.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": {
"major": 3,
"minor": 0,
"patch": 1,
"patch": 2,
"snapshot": true
},
"projectName": "libONVIF",
Expand Down
Loading

0 comments on commit eca80ce

Please sign in to comment.