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

Name

Description

type

OPENSSL_INFO_* selector (for example OPENSSL_INFO_CONFIG_DIR).

Created with MrDocs