Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_ST_BEFORE

1512 #define SSL_ST_BEFORE			0x4000
1535 #define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE)