Searched refs:set_debug_options_func (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/
H A Dmem.c118 static void (*set_debug_options_func) (long) = CRYPTO_dbg_set_options; variable
130 static void (*set_debug_options_func) (long) = NULL; variable
211 set_debug_options_func = so;
275 *so = set_debug_options_func;
457 if (set_debug_options_func != NULL)
458 set_debug_options_func(bits);

Completed in 102 milliseconds