X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBN_CTX_new.pod;h=c94d8c610da5804de25a73d5b40327721cde09fb;hb=8a208cba97b0d08cfc6f07bb2f0e0d1f305a0b13;hp=37a188e3c3d643def02fb846c28dd4b6f275f55a;hpb=15701211b57b63f1f91a9c3781ea91c019b1dc1d;p=openssl.git diff --git a/doc/crypto/BN_CTX_new.pod b/doc/crypto/BN_CTX_new.pod index 37a188e3c3..c94d8c610d 100644 --- a/doc/crypto/BN_CTX_new.pod +++ b/doc/crypto/BN_CTX_new.pod @@ -27,6 +27,10 @@ B. BN_CTX_free() frees the components of the B, and if it was created by BN_CTX_new(), also the structure itself. +If L has been used on the B, +L must be called before the B +may be freed by BN_CTX_free(). + =head1 RETURN VALUES @@ -38,7 +42,8 @@ BN_CTX_init() and BN_CTX_free() have no return values. =head1 SEE ALSO -L, L, L +L, L, L, +L =head1 HISTORY