Look up a numeric value in a legacy CONF LHASH.
Declared in <openssl/conf.h>
long
CONF_get_number(
lhash_st_CONF_VALUE* conf,
char const* group,
char const* name);
Parsed long integer, or 0 if missing / not a number (errors are not distinguished).
| Name | Description |
|---|---|
| conf | Configuration hash from CONF_load*(). |
| group | Section name, or NULL for the default section. |
| name | Key name within the section. |