Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/engine/
H A Deng_ctrl.c195 int ctrl_exists, ref_exists; in ENGINE_ctrl() local
202 ref_exists = ((e->struct_ref > 0) ? 1 : 0); in ENGINE_ctrl()
205 if (!ref_exists) { in ENGINE_ctrl()