Home
last modified time | relevance | path

Searched refs:init_called (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/conf/
Dconf_mod.c336 int init_called = 0; in module_init() local
355 init_called = 1; in module_init()
381 if (pmod->finish && init_called) in module_init()