Hello ,
Just a question.
I'm trying to understand the openssl code. The problem is I cant found
the SSL defination.
There are many line refering to this type such as
1: typedef struct bio_ssl_st
2: {
3: SSL *ssl; /* The ssl handle :-) */
4: /* re-negotiate every time the total number of bytes is this
size */
5: int num_renegotiates;
6: unsigned long renegotiate_count;
7: unsigned long byte_count;
8: unsigned long renegotiate_timeout;
9: unsigned long last_time;
10: } BIO_SSL;
*ssl are type SSL as on line 3. But when I cant find anywhere the SSL
defination.
can you give me some tips/hint.
- -hafiz