summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_set_bit.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-06 23:26:31 +0000
committerUlf Möller <ulf@openssl.org>2000-02-06 23:26:31 +0000
commit4facdbb5fa9d791fc72dc78b9c3512ea1384df33 (patch)
treeb11c6946b8a97439100db3c57ba1d5d2e4d9fe8a /doc/crypto/BN_set_bit.pod
parent1c6fbf9ea250a0866f2f88e5c6518976c6cdd902 (diff)
Refer to EVP_DigestInit() in the hash function descriptions.
Diffstat (limited to 'doc/crypto/BN_set_bit.pod')
-rw-r--r--doc/crypto/BN_set_bit.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/crypto/BN_set_bit.pod b/doc/crypto/BN_set_bit.pod
index bc581e701f..4b7aa2aa1a 100644
--- a/doc/crypto/BN_set_bit.pod
+++ b/doc/crypto/BN_set_bit.pod
@@ -44,6 +44,8 @@ BN_rshift() shifts B<a> right by B<n> bits and places the result in
B<r> (C<r=a/2^n>). BN_rshift1() shifts B<a> right by one and places
the result in B<r> (C<r=a/2>).
+For the shift functions, B<r> and B<a> may be the same variable.
+
=head1 RETURN VALUES
BN_is_bit_set() returns 1 if the bit is set, 0 otherwise.