summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 02:41:39 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:52:49 +0000
commit9d03aabea3ead1fe6a194297ddffd4a87f89b93c (patch)
tree56b02cbcb14aa69c55fad2d379e3577749743338 /ssl/ssl.h
parent117e79dd88d1e208eb0d658d53e395471e7b537e (diff)
More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 40d987585f..5a87a0267c 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -320,7 +320,8 @@ extern "C" {
/* The following cipher list is used by default.
* It also is substituted when an application-defined cipher list string
* starts with 'DEFAULT'. */
-#define SSL_DEFAULT_CIPHER_LIST "AES:ALL:!aNULL:!eNULL:+RC4:@STRENGTH" /* low priority for RC4 */
+/* low priority for RC4 */
+#define SSL_DEFAULT_CIPHER_LIST "AES:ALL:!aNULL:!eNULL:+RC4:@STRENGTH"
/* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
#define SSL_SENT_SHUTDOWN 1