]> granicus.if.org Git - libevent/commit
test/regress_ssl: Fix compile problems for win32
authorTrond Norbye <trond.norbye@gmail.com>
Mon, 15 Feb 2016 17:01:36 +0000 (18:01 +0100)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 15 Feb 2016 20:29:10 +0000 (23:29 +0300)
commit73d0360e834c366a8c045c9b1030b3ecc381590f
treea7db1f0818155ae9531ecac8ca656cc8403845ab
parent96f64a022014a208105ead6c8a7066018449d86d
test/regress_ssl: Fix compile problems for win32

Windows doesn't have unistd.h, but have the required
functionality in io.h.

azat: use ev_ssize_t instead of ssize_t
test/regress_ssl.c