MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cliSecureInit

Function cliSecureInit

app/redis-6.2.6/src/cli_common.c:186–194  ·  view source on GitHub ↗

Wrapper around OpenSSL (libssl and libcrypto) initialisation */

Source from the content-addressed store, hash-verified

184/* Wrapper around OpenSSL (libssl and libcrypto) initialisation
185 */
186int cliSecureInit()
187{
188#ifdef USE_OPENSSL
189 ERR_load_crypto_strings();
190 SSL_load_error_strings();
191 SSL_library_init();
192#endif
193 return REDIS_OK;
194}

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected