summaryrefslogtreecommitdiffstats
path: root/doc/man3/BN_mod_mul_montgomery.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-18 11:38:25 -0400
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-08-19 00:06:41 +0200
commit5e0d9c861bc44070c61b9b109884dc8aa5e2e8d1 (patch)
tree8122ae580e6e478299102100bb07c0c373c8b6d8 /doc/man3/BN_mod_mul_montgomery.pod
parentcda774223d9a886ece480f304be40797bb73bcd7 (diff)
Use WARNINGS heading not WARNING
Also update find-doc-nits to reject "=head1 WARNING" Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9602)
Diffstat (limited to 'doc/man3/BN_mod_mul_montgomery.pod')
-rw-r--r--doc/man3/BN_mod_mul_montgomery.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_mod_mul_montgomery.pod b/doc/man3/BN_mod_mul_montgomery.pod
index bb11c426c0..5cb2c2c377 100644
--- a/doc/man3/BN_mod_mul_montgomery.pod
+++ b/doc/man3/BN_mod_mul_montgomery.pod
@@ -64,7 +64,7 @@ BN_MONT_CTX_free() has no return value.
For the other functions, 1 is returned for success, 0 on error.
The error codes can be obtained by L<ERR_get_error(3)>.
-=head1 WARNING
+=head1 WARNINGS
The inputs must be reduced modulo B<m>, otherwise the result will be
outside the expected range.