Fix nits in crypto.pod,ssl.pod
[openssl.git] / doc / crypto / crypto.pod
index 6e23c1a882edca2626bd8150cb632dc3eb6f44a6..819cc892d59376d81453a8d22ee74cd58b6d70c1 100644 (file)
@@ -6,6 +6,8 @@ crypto - OpenSSL cryptographic library
 
 =head1 SYNOPSIS
 
+See the individual manual pages for details.
+
 =head1 DESCRIPTION
 
 The OpenSSL B<crypto> library implements a wide range of cryptographic
@@ -14,8 +16,6 @@ by this library are used by the OpenSSL implementations of SSL, TLS
 and S/MIME, and they have also been used to implement SSH, OpenPGP, and
 other cryptographic standards.
 
-=head1 OVERVIEW
-
 B<libcrypto> consists of a number of sub-libraries that implement the
 individual algorithms.
 
@@ -24,8 +24,6 @@ cryptography and key agreement, certificate handling, cryptographic
 hash functions, cryptographic pseudo-random number generator, and
 various utilities.
 
-See the individual manual pages for details.
-
 =head1 NOTES
 
 Some of the newer functions follow a naming convention using the numbers
@@ -42,8 +40,21 @@ The B<1> function uses a copy of the supplied structure pointer
 (or in some cases increases its link count) in the parent and
 so both (B<x> and B<obj> above) should be freed up.
 
+=head1 RETURN VALUES
+
+See the individual manual pages for details.
+
 =head1 SEE ALSO
 
 L<openssl(1)>, L<ssl(3)>
 
+=head1 COPYRIGHT
+
+Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (the "License").  You may not use
+this file except in compliance with the License.  You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
 =cut