X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fcryptlib.c;h=44eb2bbc9798123e0d625be522a757a672d6b650;hb=8711efb4984b66a901b543d1b5d96fc5b6928d10;hp=f3fc4f111a86cf2ac8b30d556654ad24e9e892ba;hpb=e5fa864f62c096536d700d977a5eb924ad293304;p=openssl.git diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index f3fc4f111a..44eb2bbc97 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -205,7 +205,7 @@ int CRYPTO_get_new_lockid(char *name) #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) /* A hack to make Visual C++ 5.0 work correctly when linking as * a DLL using /MT. Without this, the application cannot use - * and floating point printf's. + * any floating point printf's. * It also seems to be needed for Visual C 1.5 (win16) */ SSLeay_MSVC5_hack=(double)name[0]*(double)name[1]; #endif