]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/bn_gf2m.c
disable Sun divison algorithm by default
[thirdparty/openssl.git] / crypto / bn / bn_gf2m.c
index ed8e7043831bc8ae27e13b00eb4017ba2d8d7e38..bf7031b3ab3a152068d91c7adbadcd5c3359fd01 100644 (file)
@@ -613,7 +613,7 @@ int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const unsigned int p[], BN_
        }
 
 
-#ifdef OPENSSL_NO_SUN_DIV
+#ifndef OPENSSL_SUN_GF2M_DIV
 /* Divide y by x, reduce modulo p, and store the result in r. r could be x 
  * or y, x could equal y.
  */