Searched defs:AM_INSTALL_SSL_OPTIONS (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c57 #define AM_INSTALL_SSL_OPTIONS "AM_SSL_OPTIONS" macro
138 AM_INSTALL_SSL_OPTIONS,
579 install_log("updating %s with %s", AM_INSTALL_SSL_OPTIONS, tmp);
582 install_log("cleaning up %s", AM_INSTALL_SSL_OPTIONS);
584 rv = string_replace(&agent_conf_template, AM_INSTALL_SSL_OPTIONS, tmp, &agent_conf_template_sz);
586 install_log("failed to update %s, %s", AM_INSTALL_SSL_OPTIONS, am_strerror(rv));
2353 if (strcmp(ssl_variables[i], AM_INSTALL_SSL_OPTIONS) == 0) {

Completed in 40 milliseconds