Commit b97fdb57 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix referenses in section 3 manuals

parent d36bae1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ windows.h prior to async.h.

=head1 SEE ALSO

L<crypto(3)>, L<ASYNC_start_job(3)>
L<crypto(7)>, L<ASYNC_start_job(3)>

=head1 HISTORY

+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ The expected output from executing the above example program is:

=head1 SEE ALSO

L<crypto(3)>, L<ERR_print_errors(3)>
L<crypto(7)>, L<ERR_print_errors(3)>

=head1 HISTORY

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

BIO_f_base64 - base64 BIO filter

=for comment multiple includes

=head1 SYNOPSIS

=for comment multiple includes

 #include <openssl/bio.h>
 #include <openssl/evp.h>

+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ there was an error.

=head1 SEE ALSO

L<BIO(3)>,
L<bio(7)>,
L<BIO_reset(3)>,
L<BIO_flush(3)>,
L<BIO_pop(3)>,
+2 −2
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@

BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter

=for comment multiple includes

=head1 SYNOPSIS

=for comment multiple includes

 #include <openssl/bio.h>
 #include <openssl/evp.h>

Loading