Commit 8eec1389 authored by Richard Levitte's avatar Richard Levitte
Browse files

BIO_seed() and BIO_tell() were documented in two other documents,

which is redundant.  They are now in their own document.

Also, in the name section, all the functions described shoud be
enumerated.  This will also make it much simpler to generate softlinks
name like each function to man-pages containing the info.
parent e38dabbc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@

=head1 NAME

BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl - BIO control operations
BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,
BIO_flush, BIO_eof, BIO_set_close, BIO_get_close, BIO_pending,
BIO_wpending, BIO_ctrl_pending, BIO_ctrl_wpending, BIO_get_info_callback,
BIO_set_info_callback - BIO control operations

=head1 SYNOPSIS

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

=head1 NAME

BIO_f_base64 - base64 BIO
BIO_f_base64 - base64 BIO filter

=head1 SYNOPSIS

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

=head1 NAME

BIO_f_cipher - cipher BIO
BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter

=head1 SYNOPSIS

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

=head1 NAME

BIO_f_md - message digest BIO
BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter

=head1 SYNOPSIS

+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@

=head1 NAME

BIO_s_bio - BIO pair
BIO_s_bio, BIO_make_bio_pair, BIO_destroy_bio_pair, BIO_set_write_buf_size,
BIO_get_write_buf_size, BIO_new_bio_pair, BIO_get_write_guarantee,
BIO_ctrl_get_write_guarantee, BIO_get_read_request, BIO_ctrl_get_read_request,
BIO_ctrl_reset_read_request - BIO pair BIO

=head1 SYNOPSIS

Loading