Fossil SCM

Minor code cleanup: reformat code to 80 char line length

ben 2011-06-05 08:49 ben-testing
Commit 6aa5b85f0eb74b2ed1820056dde4ff778d552329
1 file changed +4 -1
+4 -1
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -84,11 +84,14 @@
8484
/*
8585
** When a server requests a client certificate that hasn't been provided,
8686
** display a warning message explaining what to do next.
8787
*/
8888
static int ssl_client_cert_callback(SSL *ssl, X509 **x509, EVP_PKEY **pkey){
89
- fossil_warning("The remote server requested a client certificate for authentication. Specify the pathname to a file containing the PEM encoded certificate and private key with the --ssl-identity option or the ssl-identity setting.");
89
+ fossil_warning("The remote server requested a client certificate for "
90
+ "authentication. Specify the pathname to a file containing the PEM "
91
+ "encoded certificate and private key with the --ssl-identity option "
92
+ "or the ssl-identity setting.");
9093
return 0; /* no cert available */
9194
}
9295
9396
/*
9497
** Call this routine once before any other use of the SSL interface.
9598
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -84,11 +84,14 @@
84 /*
85 ** When a server requests a client certificate that hasn't been provided,
86 ** display a warning message explaining what to do next.
87 */
88 static int ssl_client_cert_callback(SSL *ssl, X509 **x509, EVP_PKEY **pkey){
89 fossil_warning("The remote server requested a client certificate for authentication. Specify the pathname to a file containing the PEM encoded certificate and private key with the --ssl-identity option or the ssl-identity setting.");
 
 
 
90 return 0; /* no cert available */
91 }
92
93 /*
94 ** Call this routine once before any other use of the SSL interface.
95
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -84,11 +84,14 @@
84 /*
85 ** When a server requests a client certificate that hasn't been provided,
86 ** display a warning message explaining what to do next.
87 */
88 static int ssl_client_cert_callback(SSL *ssl, X509 **x509, EVP_PKEY **pkey){
89 fossil_warning("The remote server requested a client certificate for "
90 "authentication. Specify the pathname to a file containing the PEM "
91 "encoded certificate and private key with the --ssl-identity option "
92 "or the ssl-identity setting.");
93 return 0; /* no cert available */
94 }
95
96 /*
97 ** Call this routine once before any other use of the SSL interface.
98

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button