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