BuildingDebianPackages: ssl-1.15-debian.patch
| File ssl-1.15-debian.patch, 0.8 KB (added by dclark, 4 weeks ago) |
|---|
-
ssl-1.15/ssl/2.5.1/socketmodule.h
old new 41 41 # undef AF_NETLINK 42 42 #endif 43 43 44 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H45 #include <bluetooth/bluetooth.h>46 #include <bluetooth/rfcomm.h>47 #include <bluetooth/l2cap.h>48 #include <bluetooth/sco.h>49 #endif50 51 #ifdef HAVE_BLUETOOTH_H52 #include <bluetooth.h>53 #endif54 55 44 #ifdef HAVE_NETPACKET_PACKET_H 56 45 # include <sys/ioctl.h> 57 46 # include <net/if.h> … … 94 83 struct sockaddr_in6 in6; 95 84 struct sockaddr_storage storage; 96 85 #endif 97 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H98 struct sockaddr_l2 bt_l2;99 struct sockaddr_rc bt_rc;100 struct sockaddr_sco bt_sco;101 #endif102 86 #ifdef HAVE_NETPACKET_PACKET_H 103 87 struct sockaddr_ll ll; 104 88 #endif