Searched refs:ssl_default_ops (Results 1 – 1 of 1) sorted by relevance
119 static const sslSocketOps ssl_default_ops = { /* No SSL. */ variable544 ss->ops = ss->opt.useSecurity ? &ssl_secure_ops : &ssl_default_ops; in ssl_ChooseOps()