BearSSL
|
Type for a configuration option. More...
Data Fields | |
const char * | name |
Configurable option name. More... | |
long | value |
Configurable option value. More... | |
Type for a configuration option.
A "configuration option" is a value that is selected when the BearSSL library itself is compiled. Most options are boolean; their value is then either 1 (option is enabled) or 0 (option is disabled). Some values have other integer values. Option names correspond to macro names. Some of the options can be explicitly set in the internal "config.h"
file.
const char* br_config_option::name |
Configurable option name.
long br_config_option::value |
Configurable option value.