X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FBN_CTX_start.pod;fp=lib%2Fopenssl%2Fdoc%2Fcrypto%2FBN_CTX_start.pod;h=372da506d9d3c040e95059f4faf48af25ca0f570;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=dfcefe1a88767fcb40868e6025eeb311a2ad0822;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/BN_CTX_start.pod b/lib/openssl/doc/crypto/BN_CTX_start.pod index dfcefe1..372da50 100644 --- a/lib/openssl/doc/crypto/BN_CTX_start.pod +++ b/lib/openssl/doc/crypto/BN_CTX_start.pod @@ -17,7 +17,7 @@ BN_CTX_start, BN_CTX_get, BN_CTX_end - use temporary BIGNUM variables =head1 DESCRIPTION These functions are used to obtain temporary B variables from -a B (which can been created by using L) +a B (which can been created by using L) in order to save the overhead of repeatedly creating and freeing Bs in functions that are called from inside a loop. @@ -38,15 +38,20 @@ BN_CTX_get() returns a pointer to the B, or B on error. Once BN_CTX_get() has failed, the subsequent calls will return B as well, so it is sufficient to check the return value of the last BN_CTX_get() call. In case of an error, an error code is set, which -can be obtained by L. +can be obtained by L. =head1 SEE ALSO -L +L -=head1 HISTORY +=head1 COPYRIGHT -BN_CTX_start(), BN_CTX_get() and BN_CTX_end() were added in OpenSSL 0.9.5. +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (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. =cut