commit 0d617aaf39097c437bf280534b7461791b3d54b1
parent ce712f788fb477cc021b414490c7c8a5f8ebca19
Author: ukai <ukai>
Date: Tue, 15 Jan 2002 15:58:02 +0000
run make indent
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/rc.c b/rc.c
@@ -154,9 +154,9 @@ static char *config_file = NULL;
#define CMT_SSL_KEY_FILE "SSLのクライアント用PEM形式秘密鍵ファイル"
#define CMT_SSL_CA_PATH "SSLの認証局のPEM形式証明書群のあるディレクトリへのパス"
#define CMT_SSL_CA_FILE "SSLの認証局のPEM形式証明書群のファイル"
-#endif /* USE_SSL_VERIFY */
+#endif /* USE_SSL_VERIFY */
#define CMT_SSL_FORBID_METHOD "使わないSSLメソッドのリスト(2: SSLv2, 3: SSLv3, t:TLSv1)"
-#endif /* USE_SSL */
+#endif /* USE_SSL */
#ifdef USE_COOKIE
#define CMT_USECOOKIE "クッキーを使用する"
#define CMT_ACCEPTCOOKIE "クッキーを受け付ける"
@@ -271,9 +271,9 @@ static char *config_file = NULL;
#define CMT_SSL_KEY_FILE "PEM encoded private key file of client"
#define CMT_SSL_CA_PATH "Path to a directory for PEM encoded certificates of CAs"
#define CMT_SSL_CA_FILE "File consisting of PEM encoded certificates of CAs"
-#endif /* USE_SSL_VERIFY */
+#endif /* USE_SSL_VERIFY */
#define CMT_SSL_FORBID_METHOD "List of forbidden SSL method (2: SSLv2, 3: SSLv3, t:TLSv1)"
-#endif /* USE_SSL */
+#endif /* USE_SSL */
#ifdef USE_COOKIE
#define CMT_USECOOKIE "Use Cookie"
#define CMT_ACCEPTCOOKIE "Accept Cookie"
@@ -536,10 +536,10 @@ struct param_ptr params7[] = {
NULL},
{"ssl_ca_file", P_SSLPATH, PI_TEXT, (void *)&ssl_ca_file, CMT_SSL_CA_FILE,
NULL},
-#endif /* USE_SSL_VERIFY */
+#endif /* USE_SSL_VERIFY */
{NULL, 0, 0, NULL, NULL, NULL},
};
-#endif /* USE_SSL */
+#endif /* USE_SSL */
#ifdef USE_COOKIE
struct param_ptr params8[] = {