diff options
Diffstat (limited to 'cpp/src/IceSSL/SChannelEngine.cpp')
-rw-r--r-- | cpp/src/IceSSL/SChannelEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SChannelEngine.cpp b/cpp/src/IceSSL/SChannelEngine.cpp index b6b4bdff760..23dc64e8f7b 100644 --- a/cpp/src/IceSSL/SChannelEngine.cpp +++ b/cpp/src/IceSSL/SChannelEngine.cpp @@ -33,7 +33,7 @@ const int ICESSL_CALG_ECDH_EPHEM = 0x0000AE06; // -// COMPILERFIX SCH_USE_STRONG_CRYPTO not defined with VC90 +// COMPILERFIX SCH_USE_STRONG_CRYPTO not defined with v90 // #if defined(_MSC_VER) && (_MSC_VER <= 1600) # ifndef SCH_USE_STRONG_CRYPTO |