MCPcopy Create free account
hub / github.com/apache/httpd / modssl_runtime_lib_version

Function modssl_runtime_lib_version

modules/ssl/ssl_engine_init.c:326–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324#endif
325
326static APR_INLINE unsigned long modssl_runtime_lib_version(void)
327{
328#if MODSSL_USE_OPENSSL_PRE_1_1_API
329 return SSLeay();
330#else
331 return OpenSSL_version_num();
332#endif
333}
334
335
336/*

Callers 1

ssl_init_ModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected