New function ERR_error_string_n.
[openssl.git] / doc / crypto / BN_zero.pod
index 7061fccd8345d1262e2bdc4f092e7e158a219180..165fd9a228c1999a6b626832dee928368f6ef990 100644 (file)
@@ -39,9 +39,12 @@ BN_value_one() returns the constant.
 
 Someone might change the constant.
 
+If a B<BIGNUM> is equal to 0xffffffffL it can be represented as an
+unsigned long but this value is also returned on error.
+
 =head1 SEE ALSO
 
-bn(3), BN_bn2bin(3)
+L<bn(3)|bn(3)>, L<BN_bn2bin(3)|BN_bn2bin(3)>
 
 =head1 HISTORY