summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r--src/lib/libssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index b99d6c4dd9..0bb74760f2 100644
--- a/src/lib/libssl/s3_lib.c
+++ b/src/lib/libssl/s3_lib.c
@@ -166,7 +166,7 @@ const char ssl3_version_str[]="SSLv3" OPENSSL_VERSION_PTEXT;
166#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers) / sizeof(SSL_CIPHER)) 166#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers) / sizeof(SSL_CIPHER))
167 167
168/* list of available SSLv3 ciphers (sorted by id) */ 168/* list of available SSLv3 ciphers (sorted by id) */
169OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = { 169SSL_CIPHER ssl3_ciphers[] = {
170 170
171/* The RSA ciphers */ 171/* The RSA ciphers */
172/* Cipher 01 */ 172/* Cipher 01 */