Manuel Pégourié-Gonnard 30eceb766a Fix warning in ssl_pthread_server
GCC 4.9 with ASan + UBSan on OS X complains that we were casting to int from a
wider integer type. Anyway, this cast is totally non-portable (pthread_t could
even be structure), switching to long gets rid of the warning...
2015-05-11 14:42:56 +02:00
..
2015-04-08 13:25:31 +02:00
2015-04-08 13:25:31 +02:00
2015-05-11 14:42:56 +02:00
2015-04-08 13:25:31 +02:00
2015-03-13 17:19:39 +00:00
2015-03-06 13:17:10 +00:00