summaryrefslogtreecommitdiffstats
path: root/doc/crypto/bn.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-24 01:20:39 +0000
committerUlf Möller <ulf@openssl.org>2000-01-24 01:20:39 +0000
commit223fc8654a790c204536cd7c61520154418915b8 (patch)
tree605e268fc3804486e4d6ef24e7b0af1ba70f0492 /doc/crypto/bn.pod
parent0e930f25d2997a37e2bf9aeba3c2ad9d2867a759 (diff)
RSA_print etc
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 1a0e38b24c..9dfe52a518 100644
--- a/doc/crypto/bn.pod
+++ b/doc/crypto/bn.pod
@@ -80,8 +80,8 @@ bn - Multiprecision integer arithmetics
char *BN_bn2dec(const BIGNUM *a);
int BN_hex2bn(BIGNUM **a, const char *str);
int BN_dec2bn(BIGNUM **a, const char *str);
- int BN_print_fp(FILE *fp, BIGNUM *a);
int BN_print(BIO *fp, const BIGNUM *a);
+ int BN_print_fp(FILE *fp, BIGNUM *a);
int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
BIGNUM *BN_mpi2bn(unsigned char *s, int len, BIGNUM *ret);