Fix some SSL_export_keying_material() issues
[openssl.git] / doc / man3 / BN_new.pod
index 36bd00da28f69707f7d49ee7f10c5806d17170fb..08aae5e9191558230a42e58ebd309aead1b990eb 100644 (file)
@@ -36,7 +36,8 @@ If B<a> is NULL, nothing is done.
 =head1 RETURN VALUES
 
 BN_new() and BN_secure_new()
-return a pointer to the B<BIGNUM>. If the allocation fails,
+return a pointer to the B<BIGNUM> initialised to the value 0.
+If the allocation fails,
 they return B<NULL> and set an error code that can be obtained
 by L<ERR_get_error(3)>.