Return a static string describing a build or runtime configuration property.
Declared in <openssl/crypto.h>
char const*
OPENSSL_info(int type);
Internal NUL-terminated string for type, or NULL if unknown.
| Name | Description |
|---|---|
| type | OPENSSL_INFO_* selector (for example OPENSSL_INFO_CONFIG_DIR). |