diff options
author | Rich Salz <rsalz@akamai.com> | 2019-09-27 19:17:09 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-10-03 02:33:54 +0200 |
commit | 9c0586d5fc7988d2f8544f7884572a3b430406f6 (patch) | |
tree | e591f47e8c70c423e4cdf4a98ef847a1e3a296c9 /doc/man3/BN_bn2bin.pod | |
parent | Add wordlist from man7.org (diff) | |
download | openssl-9c0586d5fc7988d2f8544f7884572a3b430406f6.tar.xz openssl-9c0586d5fc7988d2f8544f7884572a3b430406f6.zip |
Fix errors found by new find-doc-nits
Also patch find-doc-nits to ignore a Microsoft trademark and not
flag it as a spelling error.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10023)
Diffstat (limited to 'doc/man3/BN_bn2bin.pod')
-rw-r--r-- | doc/man3/BN_bn2bin.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod index 52b7328dca..d50107409b 100644 --- a/doc/man3/BN_bn2bin.pod +++ b/doc/man3/BN_bn2bin.pod @@ -40,7 +40,7 @@ memory. BN_bn2binpad() also converts the absolute value of B<a> into big-endian form and stores it at B<to>. B<tolen> indicates the length of the output buffer -B<to>. The result is padded with zeroes if necessary. If B<tolen> is less than +B<to>. The result is padded with zeros if necessary. If B<tolen> is less than BN_num_bytes(B<a>) an error is returned. BN_bin2bn() converts the positive integer in big-endian form of length |