OPENSSL_info

Return a static string describing a build or runtime configuration property.

Synopsis

Declared in <openssl/crypto.h>

char const*
OPENSSL_info(int type);

Return Value

Internal NUL-terminated string for type, or NULL if unknown.

Parameters

NameDescription
typeOPENSSL_INFO_* selector (for example OPENSSL_INFO_CONFIG_DIR).