be_openssl: introduce set_open_callbacks_auto()
authorAzat Khuzhin <a3at.mail@gmail.com>
Wed, 2 Sep 2015 09:40:26 +0000 (12:40 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 2 Sep 2015 16:25:21 +0000 (19:25 +0300)
commit510da71fae9adda147e90eb0c24612d72d922b0f
treead76225ed165db026af80bcd6af0ed4e4fa84b08
parent40b03798338b582b9ac467a1bc4b6e98b42d5396
be_openssl: introduce set_open_callbacks_auto()

This will split cases when we need to extract fd (cases when we have fd==-1
passed to set_open_callbacks()), and cases when we mustn't have to do this --
SET_FD via be_openssl_ctrl().
bufferevent_openssl.c