After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756592 - dtls: fixed name conflict with openssl on win32
dtls: fixed name conflict with openssl on win32
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-14 20:58 UTC by Polochon_street
Modified: 2015-10-17 08:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patched file (725 bytes, patch)
2015-10-14 20:58 UTC, Polochon_street
committed Details | Review

Description Polochon_street 2015-10-14 20:58:05 UTC
Created attachment 313336 [details] [review]
Patched file

Fixed a conflict with the X509_NAME macro and the windows API: windows.h must be included before openssl/ssl.h, and X509_NAME must be undef'ed
Comment 1 Sebastian Dröge (slomo) 2015-10-15 06:50:49 UTC
Comment on attachment 313336 [details] [review]
Patched file

commit 0d3ca6391ce3c85934df0494f1588d4747fa555f
Author: Paul Arzelier <paul.arzelier@free.fr>
Date:   Wed Oct 14 22:51:29 2015 +0200

    dtls: Fix name conflict with openssl on win32
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756592