X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBN_mod_mul_montgomery.pod;h=0b8ab512df87097de499a862c0f47abd3f824cf9;hb=bace21247493eb38870d2585f0e643bdc550f60a;hp=b190b4013db1da6918540227912ec1d87b91ee15;hpb=8acdd759b973fa956b33146b5538bfde11ba870c;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BN_mod_mul_montgomery.pod b/doc/crypto/BN_mod_mul_montgomery.pod index b190b4013d..0b8ab512df 100644 --- a/doc/crypto/BN_mod_mul_montgomery.pod +++ b/doc/crypto/BN_mod_mul_montgomery.pod @@ -39,7 +39,7 @@ BN_MONT_CTX_init() initializes an existing uninitialized B. BN_MONT_CTX_set() sets up the B structure from the modulus B by precomputing its inverse and a value R. -BN_MONT_CTX_copy() copies the B B to B. +BN_MONT_CTX_copy() copies the B B to B. BN_MONT_CTX_free() frees the components of the B, and, if it was created by BN_MONT_CTX_new(), also the structure itself.