Load the default CA file, directory, and store into an SSL context's trust store.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
int SSL_CTX_set_default_verify_paths(SSL_CTX* ctx);
1 on success, or 0 on failure.