[Bug 775292] New: dtls: Set openssl's threadid the 1.0.x way

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 29 00:06:57 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775292

            Bug ID: 775292
           Summary: dtls: Set openssl's threadid the 1.0.x way
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: scott.d.phillips at intel.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In openssl 0.9.x the thread_id had to be an unsigned long. In 1.0.x the
thread_id could also be a pointer. In 1.1.x the whole thing was thrown
away.

With msvc compiling for x64, unsigned long is 4 bytes and can't hold a
pointer, causing a warning. So add logic to set the threadid the 1.0.x
way, which avoids the warning.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list