Remove part conflict indicator...
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 15a9c155fc2709ed0f577660fc2cf784c8050979..10d4a47d2e3755449f006e16309fd63575198eeb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      that they do not hold after the first thread unsets add_do_not_lock).
      [Bodo Moeller]
 
->>>>>>> 1.823
   +) Implement binary inversion algorithm for BN_mod_inverse in addition
      to the algorithm using long divison.  The binary algorithm can be
      used only if the modulus is odd.  On 32-bit systems, it is faster