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

Fix referenses in section 7 manuals

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

bio - Basic I/O abstraction

=for comment generic

=head1 SYNOPSIS

=for comment generic

 #include <openssl/bio.h>

=head1 DESCRIPTION
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ See the individual manual pages for details.

=head1 SEE ALSO

L<openssl(1)>, L<ssl(3)>
L<openssl(1)>, L<ssl(7)>

=head1 COPYRIGHT

+2 −2
Original line number Diff line number Diff line
@@ -246,8 +246,8 @@ it to:

=head1 SEE ALSO

L<blowfish(3)>, L<des(3)>, L<idea(3)>,
L<rc2(3)>
L<BF_encrypt(3)>, L<DES_crypt(3)>, L<IDEA(3)>,
L<RC2(3)>

=head1 COPYRIGHT

+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ L<B<EVP_Decode>I<...>|EVP_EncodeInit(3)> functions implement base 64 encoding
and decoding.

All the symmetric algorithms (ciphers), digests and asymmetric algorithms
(public key algorithms) can be replaced by L<engine(3)> modules providing alternative
(public key algorithms) can be replaced by ENGINE modules providing alternative
implementations. If ENGINE implementations of ciphers or digests are registered
as defaults, then the various EVP functions will automatically use those
implementations automatically in preference to built in software
@@ -100,7 +100,7 @@ L<EVP_PKEY_verify(3)>,
L<EVP_PKEY_verify_recover(3)>,
L<EVP_PKEY_derive(3)>,
L<EVP_BytesToKey(3)>,
L<engine(3)>
L<ENGINE_by_id(3)>

=head1 COPYRIGHT

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

=head1 NAME

SSL - OpenSSL SSL/TLS library
ssl - OpenSSL SSL/TLS library

=head1 SYNOPSIS

@@ -736,7 +736,7 @@ See the individual manual pages for details.

=head1 SEE ALSO

L<openssl(1)>, L<crypto(3)>,
L<openssl(1)>, L<crypto(7)>,
L<CRYPTO_get_ex_new_index(3)>,
L<SSL_accept(3)>, L<SSL_clear(3)>,
L<SSL_connect(3)>,
Loading