X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBN_set_bit.pod;h=b7c47b9b01583e2fd33a4a2e503c6e9f8e1d4cba;hb=7fcc8326e31598a5067e1fe1521ba4aa989625c1;hp=bc581e701fb3da947fad6b19abf84e68dbc2d8a3;hpb=387ca353fae3e65fae7e51651180ce7e0f6a44f8;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BN_set_bit.pod b/doc/crypto/BN_set_bit.pod index bc581e701f..b7c47b9b01 100644 --- a/doc/crypto/BN_set_bit.pod +++ b/doc/crypto/BN_set_bit.pod @@ -3,7 +3,7 @@ =head1 NAME BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift, -BN_lshift1, BN_rshift, BN_rshift1 - Bit operations on BIGNUMs +BN_lshift1, BN_rshift, BN_rshift1 - bit operations on BIGNUMs =head1 SYNOPSIS @@ -44,6 +44,8 @@ BN_rshift() shifts B right by B bits and places the result in B (C). BN_rshift1() shifts B right by one and places the result in B (C). +For the shift functions, B and B may be the same variable. + =head1 RETURN VALUES BN_is_bit_set() returns 1 if the bit is set, 0 otherwise.