28 #ifndef OPENSSL_IS_BORINGSSL
34 static const char engine_id[] =
"libengine_passthrough";
35 static const char engine_name[] =
"A passthrough engine for private keys";
48 void* callback_data) {
51 if (pem == NULL)
return NULL;
62 !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) ||
71 IMPLEMENT_DYNAMIC_CHECK_FN()
73 #endif // OPENSSL_IS_BORINGSSL