BuildingDebianPackages: ssl-1.15-debian.patch

File ssl-1.15-debian.patch, 0.8 KB (added by dclark, 4 weeks ago)

Removes bluetooth crap from python ssl-1.15 backport package

  • ssl-1.15/ssl/2.5.1/socketmodule.h

    old new  
    4141#  undef AF_NETLINK 
    4242#endif 
    4343 
    44 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H 
    45 #include <bluetooth/bluetooth.h> 
    46 #include <bluetooth/rfcomm.h> 
    47 #include <bluetooth/l2cap.h> 
    48 #include <bluetooth/sco.h> 
    49 #endif 
    50  
    51 #ifdef HAVE_BLUETOOTH_H 
    52 #include <bluetooth.h> 
    53 #endif 
    54  
    5544#ifdef HAVE_NETPACKET_PACKET_H 
    5645# include <sys/ioctl.h> 
    5746# include <net/if.h> 
     
    9483        struct sockaddr_in6 in6; 
    9584        struct sockaddr_storage storage; 
    9685#endif 
    97 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H 
    98         struct sockaddr_l2 bt_l2; 
    99         struct sockaddr_rc bt_rc; 
    100         struct sockaddr_sco bt_sco; 
    101 #endif 
    10286#ifdef HAVE_NETPACKET_PACKET_H 
    10387        struct sockaddr_ll ll; 
    10488#endif