-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.2.0
-
None
Since commit 0f3315a4dd843bfd21c398bb077364268eb967e3 loadOpenSsl() may return unitialized values.
QPair will initialize members with default constructors, but a QLibrary-Pointer does not have one. So the code was not redundant.
Maybe one should revert this commit.