Cosmetic changes.
[openssl.git] / ssl / s3_lib.c
index 2fa3c4c0f8d944bb97a338d1426ca05f02737501..1ff796b71ec5b0d7c57d1816336b70dc3dd12949 100644 (file)
@@ -67,7 +67,8 @@ const char *ssl3_version_str="SSLv3" OPENSSL_VERSION_PTEXT;
 #define SSL3_NUM_CIPHERS       (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
 
 static long ssl3_default_timeout(void );
-SSL_CIPHER ssl3_ciphers[]={
+
+OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
 /* The RSA ciphers */
 /* Cipher 01 */
        {
@@ -1091,7 +1092,7 @@ int ssl3_renegotiate_check(SSL *s)
                        {
 /*
 if we are the server, and we have sent a 'RENEGOTIATE' message, we
-need to go to SSL_ST_ACCEPT.\1e
+need to go to SSL_ST_ACCEPT.
 */
                        /* SSL_ST_ACCEPT */
                        s->state=SSL_ST_RENEGOTIATE;