aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod')
-rw-r--r--crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod b/crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod
index 07f93baf60f8..28d5f1131d73 100644
--- a/crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod
+++ b/crypto/openssl/doc/man3/BN_mod_mul_reciprocal.pod
@@ -15,10 +15,10 @@ reciprocal
int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *m, BN_CTX *ctx);
- int BN_div_recp(BIGNUM *dv, BIGNUM *rem, BIGNUM *a, BN_RECP_CTX *recp,
+ int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *a, BN_RECP_CTX *recp,
BN_CTX *ctx);
- int BN_mod_mul_reciprocal(BIGNUM *r, BIGNUM *a, BIGNUM *b,
+ int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
BN_RECP_CTX *recp, BN_CTX *ctx);
=head1 DESCRIPTION
@@ -66,9 +66,9 @@ BN_RECP_CTX_init() was removed in OpenSSL 1.1.0
=head1 COPYRIGHT
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
-Licensed under the OpenSSL license (the "License"). You may not use
+Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.