Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37783

QSslSocket::sslLibraryVersionNumber() does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.3.0
    • 5.3.0 Beta1
    • Network: SSL
    • None

    Description

      This:

      #include <QtCore>
      #include <QtNetwork>
      
      int main(int argc, char **argv) {
      
          QCoreApplication app(argc, argv);
          qDebug() << QSslSocket::sslLibraryVersionString() << "(" << QSslSocket::sslLibraryVersionNumber() << ")";
          return 0;
      }
      

      gives me (Ubuntu 12.04.4):

      QSslSocket: cannot call unresolved function SSLeay
      "OpenSSL 1.0.1 14 Mar 2012" ( 0 )
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richmoore Richard Moore (qtnetwork)
            peter-har Peter Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes