1
2
3
4
5
6
 htri_t
 ss_initialized(void)
 {
     SS_ENTER(ss_initialized, htri_t);
     SS_LEAVE(sslib_g.initialized && !sslib_g.finalized);
 }