From: Dr. Stephen Henson Date: Wed, 23 May 2012 11:47:01 +0000 (+0000) Subject: add comment X-Git-Tag: OpenSSL-fips-2_0-pl1~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4972d50da0da83be2fc2027eab5b224dfb02ee61;p=oweals%2Fopenssl.git add comment --- diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c index 117c2881fa..ce860b1d75 100644 --- a/crypto/bn/bn_nist.c +++ b/crypto/bn/bn_nist.c @@ -1048,6 +1048,7 @@ int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, } #ifdef _WIN32_WCE +/* Workaround for compiler bug under CE */ #pragma optimize( "", off ) #endif