X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FBN_set_bit.pod;h=363227ade36098d3ae23ce10036301c0e3cb8a9b;hp=a32cca2cee6b111bc4dc89e4b64d5d2ef173d4c1;hb=0e74d7ca440a3a7fbb7ddd6873e2f494d87f8d0e;hpb=7cc18d8158b5fc2676393d99b51c30c135502107 diff --git a/doc/crypto/BN_set_bit.pod b/doc/crypto/BN_set_bit.pod index a32cca2cee..363227ade3 100644 --- a/doc/crypto/BN_set_bit.pod +++ b/doc/crypto/BN_set_bit.pod @@ -51,16 +51,19 @@ For the shift functions, B and B may be the same variable. BN_is_bit_set() returns 1 if the bit is set, 0 otherwise. All other functions return 1 for success, 0 on error. The error codes -can be obtained by L. +can be obtained by L. =head1 SEE ALSO -L, L, L +L, L, L -=head1 HISTORY +=head1 COPYRIGHT -BN_set_bit(), BN_clear_bit(), BN_is_bit_set(), BN_mask_bits(), -BN_lshift(), BN_lshift1(), BN_rshift(), and BN_rshift1() are 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