mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Document CA file & dir compiler options
and fix a trivia typo
This commit is contained in:
parent
a269b94ad8
commit
8cfcd00045
3 changed files with 9 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ int stream_enable_ssl(PTSTREAM *pts, const char *proxy_arg) {
|
|||
#ifndef DEFAULT_CA_FILE
|
||||
const char *ca_file = NULL;
|
||||
#else
|
||||
const char *ca_file = DEFAULT_CA_FILE; /* Default cert file from in Makefile */
|
||||
const char *ca_file = DEFAULT_CA_FILE; /* Default cert file from Makefile */
|
||||
#endif /* !DEFAULT_CA_FILE */
|
||||
#ifndef DEFAULT_CA_DIR
|
||||
const char *ca_dir = "/etc/ssl/certs/"; /* Default cert directory if none given */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue