MCPcopy Create free account
hub / github.com/apache/mesos / context

Function context

3rdparty/libprocess/src/openssl.cpp:829–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827
828
829SSL_CTX* context()
830{
831 // TODO(benh): Always call 'initialize' just in case?
832 return ctx;
833}
834
835
836Try<Nothing> verify(

Callers 2

accept_SSL_callbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected