diff options
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtils.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLUtils.cpp b/cpp/src/IceSSL/OpenSSLUtils.cpp index fcff84855e2..c8eee143f12 100644 --- a/cpp/src/IceSSL/OpenSSLUtils.cpp +++ b/cpp/src/IceSSL/OpenSSLUtils.cpp @@ -414,7 +414,7 @@ IceSSL::sslGetErrors() return errorMessage; } -static char* errorStrings[] = +static const char* errorStrings[] = { "Unable to get issuer's certificate.", "Unable to get certificate revocation list.", |