Commit 35d2e327 authored by Rich Salz's avatar Rich Salz
Browse files

Remove extra include's in synopsis.

parent 65cc6d5c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

BIO_f_base64 - base64 BIO filter

=for comment multiple includes

=head1 SYNOPSIS

 #include <openssl/bio.h>
+3 −1
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter

=for comment multiple includes

=head1 SYNOPSIS

 #include <openssl/bio.h>
+6 −4
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

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

=for comment multiple includes

=head1 SYNOPSIS

 #include <openssl/bio.h>
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ BIO_get_num_renegotiates, BIO_set_ssl_renegotiate_timeout, BIO_new_ssl,
BIO_new_ssl_connect, BIO_new_buffer_ssl_connect, BIO_ssl_copy_session_id,
BIO_ssl_shutdown - SSL BIO

=for comment multiple includes

=head1 SYNOPSIS

 #include <openssl/bio.h>
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method
=head1 SYNOPSIS

 #include <openssl/dh.h>
 #include <openssl/engine.h>

 void DH_set_default_method(const DH_METHOD *meth);

Loading