Modify providers that keep track of underlying algorithms
[openssl.git] / doc / man3 / BN_mod_mul_montgomery.pod
index bb11c426c0998574f4b4c788431c5041a5d6bfaa..5cb2c2c377547fbdce5ead70ae17e66ffd6a3eb6 100644 (file)
@@ -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.