ssl_set_version_bound
return ssl_set_version_bound(method_version, new_version, bound);
&& ssl_set_version_bound(s->defltmeth->version, (int)larg,
&& ssl_set_version_bound(s->defltmeth->version, (int)larg,
&& ssl_set_version_bound(ctx->method->version, (int)larg,
&& ssl_set_version_bound(ctx->method->version, (int)larg,
__owur int ssl_set_version_bound(int method_version, int version, int *bound);