Searched refs:ssl_path_err (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/nsd/ |
| D | nsd-control.c | 90 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN; 155 static void ssl_path_err(const char* s, const char *path) in ssl_path_err() function 207 ssl_path_err("Error setting up SSL_CTX client cert", c_cert); in setup_ctx() 209 ssl_path_err("Error setting up SSL_CTX client key", c_key); in setup_ctx() 213 ssl_path_err("Error setting up SSL_CTX verify, server cert", in setup_ctx()
|
| /openbsd/src/usr.sbin/unbound/smallapp/ |
| D | unbound-control.c | 85 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN; 509 static void ssl_path_err(const char* s, const char *path) in ssl_path_err() function 554 ssl_path_err("Error setting up SSL_CTX client cert", c_cert); in setup_ctx() 556 ssl_path_err("Error setting up SSL_CTX client key", c_key); in setup_ctx() 560 ssl_path_err("Error setting up SSL_CTX verify, server cert", in setup_ctx()
|