Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_mod.c342 int init_called = 0; in module_init() local
361 init_called = 1; in module_init()
386 if (pmod->finish && init_called) in module_init()