ssl_cmp
int ssl_cmp(struct ssl *, struct ssl *);
SPLAY_PROTOTYPE(ssltree, ssl, ssl_nodes, ssl_cmp);
SPLAY_GENERATE(ssltree, ssl, ssl_nodes, ssl_cmp);