> Can we set additional parameters into SSL_set_info_callback?
No. But you can add your own "exdata" to the SSL structure.
Many major SSL objects have an exdata (extra data) field, that is
an array of void*'s. First, you write a function to get your own
unique index:
int get_my_index(vo
Can we set additional parameters into SSL_set_info_callback?
For example, when I get an alert, I need to clear some FDs, So, is there
a way, I can pass them to this function?
thanks,
--
Sunitha Kumar
http://www.cisco.com
__
Ope