HomeSort by: relevance | last modified time | path
    Searched defs:clear_options (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
tls.c 579 long clear_options = 0; local
593 * add the bit to the set of options to clear ('clear_options').
612 clear_options |= get_tls_version_disable_bit(tls_ver);
624 (void)SSL_CTX_clear_options(ctx, clear_options);

Completed in 15 milliseconds