Commit 99ec4fdb authored by Rich Salz's avatar Rich Salz
Browse files

Ensure =cut is last line in every file.

parent e64b5557
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -259,4 +259,3 @@ The ability to use NIST curve names, and to generate an EC key directly,
were added in OpenSSL 1.0.2.

=cut
+0 −1
Original line number Diff line number Diff line
@@ -104,4 +104,3 @@ be much larger (typically 1024 bits).
L<gendsa(1)>

=cut
+1 −0
Original line number Diff line number Diff line
@@ -357,3 +357,4 @@ Include some extra certificates:

L<pkcs8(1)>

=cut
+2 −0
Original line number Diff line number Diff line
@@ -273,3 +273,5 @@ seed consisting of the single byte 0xFF:
L<genpkey(1)>, L<pkey(1)>, L<rsautl(1)>
L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>,
L<EVP_PKEY_HKDF(3)>, L<EVP_PKEY_TLS1_PRF(3)>

=cut
+2 −0
Original line number Diff line number Diff line
@@ -125,3 +125,5 @@ Ignored if directories are listed on the command line.
L<openssl(1)>,
L<crl(1)>.
L<x509(1)>.

=cut
Loading