From 4972d50da0da83be2fc2027eab5b224dfb02ee61 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 23 May 2012 11:47:01 +0000 Subject: [PATCH] add comment --- crypto/bn/bn_nist.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1