summaryrefslogtreecommitdiffstats
path: root/doc/crypto/bn.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-27 01:50:42 +0000
committerUlf Möller <ulf@openssl.org>2000-01-27 01:50:42 +0000
commite93f9a3284c799bb851afaeddd56ed502ba189b6 (patch)
tree3252e4d6730be4eadb9db6b20470c81432a5050b /doc/crypto/bn.pod
parentbb075f883356589425b7e57f788c7498a83b0219 (diff)
Run ispell.
Clean up bn_mont.c.
Diffstat (limited to 'doc/crypto/bn.pod')
-rw-r--r--doc/crypto/bn.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/bn.pod b/doc/crypto/bn.pod
index bc500ab0c1..ca48019b96 100644
--- a/doc/crypto/bn.pod
+++ b/doc/crypto/bn.pod
@@ -81,7 +81,7 @@ bn - Multiprecision integer arithmetics
int BN_hex2bn(BIGNUM **a, const char *str);
int BN_dec2bn(BIGNUM **a, const char *str);
int BN_print(BIO *fp, const BIGNUM *a);
- int BN_print_fp(FILE *fp, BIGNUM *a);
+ int BN_print_fp(FILE *fp, const BIGNUM *a);
int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
BIGNUM *BN_mpi2bn(unsigned char *s, int len, BIGNUM *ret);
@@ -125,7 +125,7 @@ should not be modified or accessed directly.
The creation of B<BIGNUM> objects is described in L<BN_new(3)|BN_new(3)>;
L<BN_add(3)|BN_add(3)> describes most of the arithmetic operations.
-Comparision is described in L<BN_cmp(3)|BN_cmp(3)>; L<BN_zero(3)|BN_zero(3)>
+Comparison is described in L<BN_cmp(3)|BN_cmp(3)>; L<BN_zero(3)|BN_zero(3)>
describes certain assignments, L<BN_rand(3)|BN_rand(3)> the generation of
random numbers, L<BN_generate_prime(3)|BN_generate_prime(3)> deals with prime
numbers and L<BN_set_bit(3)|BN_set_bit(3)> with bit operations. The conversion