Searched defs:thisopt (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_config.c1302 ssl_proto_t thisopt; local
1323 thisopt = SSL_PROTOCOL_SSLV3;
1326 thisopt = SSL_PROTOCOL_TLSV1;
1330 thisopt = SSL_PROTOCOL_TLSV1_1;
1333 thisopt = SSL_PROTOCOL_TLSV1_2;
1337 thisopt = SSL_PROTOCOL_ALL;
1346 *options &= ~thisopt;
1349 *options |= thisopt;
1358 *options = thisopt;

Completed in 16 milliseconds