OPENSSL_CONF
size = strlen(t) + strlen(sep) + strlen(OPENSSL_CONF) + 1;
BIO_snprintf(file, size, "%s%s%s", t, sep, OPENSSL_CONF);