summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_CTX_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BN_CTX_new.pod')
-rw-r--r--doc/crypto/BN_CTX_new.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/crypto/BN_CTX_new.pod b/doc/crypto/BN_CTX_new.pod
index e86a72ad3c..5da8433637 100644
--- a/doc/crypto/BN_CTX_new.pod
+++ b/doc/crypto/BN_CTX_new.pod
@@ -27,6 +27,7 @@ created by BN_CTX_new(), also the structure itself.
If L<BN_CTX_start(3)|BN_CTX_start(3)> has been used on the B<BN_CTX>,
L<BN_CTX_end(3)|BN_CTX_end(3)> must be called before the B<BN_CTX>
may be freed by BN_CTX_free().
+If B<c> is NULL, nothing is done.
=head1 RETURN VALUES