Fix warnings properly this time ;-)
[openssl.git] / ssl / ssl3.h
index 646a8e6cced3e0044181c8094e7730f2339f11c5..56f17f66d372df39a87a711e30184cf4beae7c4f 100644 (file)
@@ -465,7 +465,7 @@ typedef struct ssl3_state_st
                int message_type;
 
                /* used to hold the new cipher we are going to use */
-               SSL_CIPHER *new_cipher;
+               const SSL_CIPHER *new_cipher;
 #ifndef OPENSSL_NO_DH
                DH *dh;
 #endif