new component
[oweals/openssl.git] / doc / crypto / BN_mod_mul_montgomery.pod
index f237f7264ed86bd7cd3e37dc1fef5ff46f8b4869..0f0c1375af2327dba6fa144fe3ad485b0d7d3f90 100644 (file)
@@ -58,7 +58,6 @@ The B<BN_MONT_CTX> structure is defined as follows:
 
  typedef struct bn_mont_ctx_st
         {
-        int use_word;   /* 0 for word form, 1 for bignum form */
         int ri;         /* number of bits in R */
         BIGNUM RR;      /* R^2 (used to convert to Montgomery form) */
         BIGNUM N;       /* The modulus */