diff --git a/src/internal.c b/src/internal.c index d7d2ecadc..2323e5585 100644 --- a/src/internal.c +++ b/src/internal.c @@ -14978,9 +14978,8 @@ static const char* const cipher_names[] = /* cipher suite number that matches above name table */ -static int cipher_name_idx[] = +static const int cipher_name_idx[] = { - #ifdef BUILD_SSL_RSA_WITH_RC4_128_SHA SSL_RSA_WITH_RC4_128_SHA, #endif