MCPcopy Create free account
hub / github.com/apache/trafficserver / engine_load_async_int

Function engine_load_async_int

contrib/openssl/async_engine.c:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void
139engine_load_async_int(void)
140{
141 ENGINE *toadd = engine_async();
142 if (!toadd)
143 return;
144 ENGINE_add(toadd);
145 ENGINE_free(toadd);
146 ERR_clear_error();
147}
148
149static int
150engine_async_init(ENGINE *e)

Callers

nothing calls this directly

Calls 1

engine_asyncFunction · 0.70

Tested by

no test coverage detected