Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_openssl.c133 static const char *engine_openssl_id = "openssl"; variable
141 if (!ENGINE_set_id(e, engine_openssl_id) || in bind_helper()
211 if (id && (strcmp(id, engine_openssl_id) != 0)) in bind_fn()