summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DH_set_method.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-09 17:07:55 +0000
committerUlf Möller <ulf@openssl.org>2000-03-09 17:07:55 +0000
commite4947bfec7161107af5f39e70a1344b471264cbf (patch)
tree364ff217a0f9f482406741ee815c982029243e1a /doc/crypto/DH_set_method.pod
parent837174dd63b4c7f1a3cc193a1e1a272935faa453 (diff)
clarify.
Diffstat (limited to 'doc/crypto/DH_set_method.pod')
-rw-r--r--doc/crypto/DH_set_method.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/DH_set_method.pod b/doc/crypto/DH_set_method.pod
index dca41d8dbc..a8f75bdd9d 100644
--- a/doc/crypto/DH_set_method.pod
+++ b/doc/crypto/DH_set_method.pod
@@ -56,7 +56,7 @@ the default method is used.
/* compute shared secret */
int (*compute_key)(unsigned char *key, BIGNUM *pub_key, DH *dh);
- /* compute r = a ^ p mod m. May be NULL */
+ /* compute r = a ^ p mod m (May be NULL for some implementations) */
int (*bn_mod_exp)(DH *dh, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
const BIGNUM *m, BN_CTX *ctx,
BN_MONT_CTX *m_ctx);