diff options
Diffstat (limited to 'src/lib/libssl/src/doc/crypto/bn_internal.pod')
| -rw-r--r-- | src/lib/libssl/src/doc/crypto/bn_internal.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/crypto/bn_internal.pod b/src/lib/libssl/src/doc/crypto/bn_internal.pod index 91840b0f0d..7d4dac9ccf 100644 --- a/src/lib/libssl/src/doc/crypto/bn_internal.pod +++ b/src/lib/libssl/src/doc/crypto/bn_internal.pod | |||
| @@ -95,8 +95,8 @@ is the number of words being used, so for a value of 4, bn.d[0]=4 and | |||
| 95 | bn.top=1. B<neg> is 1 if the number is negative. When a B<BIGNUM> is | 95 | bn.top=1. B<neg> is 1 if the number is negative. When a B<BIGNUM> is |
| 96 | B<0>, the B<d> field can be B<NULL> and B<top> == B<0>. | 96 | B<0>, the B<d> field can be B<NULL> and B<top> == B<0>. |
| 97 | 97 | ||
| 98 | B<flags> is a bit field of flags which are defined in C<openssl/bn.h>. The | 98 | B<flags> is a bit field of flags which are defined in C<openssl/bn.h>. The |
| 99 | flags begin with B<BN_FLG_>. The macros BN_set_flags(b,n) and | 99 | flags begin with B<BN_FLG_>. The macros BN_set_flags(b,n) and |
| 100 | BN_get_flags(b,n) exist to enable or fetch flag(s) B<n> from B<BIGNUM> | 100 | BN_get_flags(b,n) exist to enable or fetch flag(s) B<n> from B<BIGNUM> |
| 101 | structure B<b>. | 101 | structure B<b>. |
| 102 | 102 | ||
