From b7b40c3120a6226eb43dfdd8fdecf611b0e4ff31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Mon, 12 Jun 2000 18:50:59 +0000 Subject: [PATCH] typo --- doc/crypto/BN_mod_mul_montgomery.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1