X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FBN_mod_inverse.pod;h=b4792add8273fee9824d6cbecb2b865917f79e96;hb=HEAD;hp=3ea3975c7422ba7a65b904bf6786e1c046d872b7;hpb=c8c91f12a38643790dcbb1d64eee95a986ef021d;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/BN_mod_inverse.pod b/lib/openssl/doc/crypto/BN_mod_inverse.pod index 3ea3975..b4792ad 100644 --- a/lib/openssl/doc/crypto/BN_mod_inverse.pod +++ b/lib/openssl/doc/crypto/BN_mod_inverse.pod @@ -23,14 +23,19 @@ variables. B may be the same B as B or B. =head1 RETURN VALUES BN_mod_inverse() returns the B containing the inverse, and -NULL on error. The error codes can be obtained by L. +NULL on error. The error codes can be obtained by L. =head1 SEE ALSO -L, L, L +L, L, L -=head1 HISTORY +=head1 COPYRIGHT -BN_mod_inverse() is available in all versions of SSLeay and OpenSSL. +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