summaryrefslogtreecommitdiffstats
path: root/doc/crypto/bn.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 13:58:09 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 13:58:09 +0000
commit98499135d762343c4419928359a372f6f3270b76 (patch)
tree45987fd2764edb21df1b6c7d91d46926114fc18b /doc/crypto/bn.pod
parent3285076c8e2ad3399ed54389dc4c6d9fe39193f6 (diff)
Constify BN_value_one.
Diffstat (limited to 'doc/crypto/bn.pod')
-rw-r--r--doc/crypto/bn.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/bn.pod b/doc/crypto/bn.pod
index f7ce9dfd43..cbe3bc704f 100644
--- a/doc/crypto/bn.pod
+++ b/doc/crypto/bn.pod
@@ -62,7 +62,7 @@ bn - multiprecision integer arithmetics
int BN_zero(BIGNUM *a);
int BN_one(BIGNUM *a);
- BIGNUM *BN_value_one(void);
+ const BIGNUM *BN_value_one(void);
int BN_set_word(BIGNUM *a, unsigned long w);
unsigned long BN_get_word(BIGNUM *a);