Re: Additional parameters in callback function

2003-01-24 Thread Rich Salz
> 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

Additional parameters in callback function

2003-01-24 Thread Sunitha Kumar
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