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

/systemd/src/journal-remote/
H A Djournal-gatewayd.c50 static char *arg_trust_pem = NULL; variable
851 if (arg_trust_pem) {
943 if (arg_trust_pem) {
947 r = read_full_file(optarg, &arg_trust_pem, NULL);
950 assert(arg_trust_pem);
973 if (arg_trust_pem && !arg_key_pem) {
1048 if (arg_trust_pem) {
1051 {MHD_OPTION_HTTPS_MEM_TRUST, 0, arg_trust_pem};

Completed in 13 milliseconds