]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix formatting error of HISTORY section in some manual pages.
authorTomas Mraz <tomas@openssl.org>
Tue, 9 Mar 2021 13:59:20 +0000 (14:59 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Mar 2021 16:12:48 +0000 (17:12 +0100)
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/14450)

doc/man3/CMS_EncryptedData_encrypt.pod
doc/man3/CMS_EnvelopedData_create.pod
doc/man3/CMS_data_create.pod
doc/man3/CMS_digest_create.pod
doc/man3/EVP_VerifyInit.pod

index b3a2c7572004a77d60ed0741e3c30bcebeb01b14..1e7d3a49baad5ae612dddf3628068de9e699495e 100644 (file)
@@ -53,7 +53,7 @@ allocated structure.
 
 L<ERR_get_error(3)>, L<CMS_final(3)>, L<CMS_EncryptedData_decrypt(3)>
 
-head1 HISTORY
+=head1 HISTORY
 
 The CMS_EncryptedData_encrypt_ex() method was added in OpenSSL 3.0.
 
index 8044583256543a440da12f11cf2fe1e85f1d3969..d88046236b59c45c264cca7b5cad7fef5d315f38 100644 (file)
@@ -64,7 +64,7 @@ allocated structure.
 
 L<ERR_get_error(3)>, L<CMS_encrypt(3)>, L<CMS_decrypt(3)>, L<CMS_final(3)>
 
-head1 HISTORY
+=head1 HISTORY
 
 The CMS_EnvelopedData_create_ex() method was added in OpenSSL 3.0.
 
index 15c718d80820078eeaaa616f1f86abac91733c28..54ec71bb4022a35f63c33d41b55de2ab47eb04d5 100644 (file)
@@ -38,7 +38,7 @@ Otherwise they return a pointer to the newly allocated structure.
 
 L<ERR_get_error(3)>, L<CMS_final(3)>
 
-head1 HISTORY
+=head1 HISTORY
 
 The CMS_data_create_ex() method was added in OpenSSL 3.0.
 
index 41992499eab59403ab0db7f502567c437ba9435a..c61cc15f3250d00451e59534ffad59974c7fab67 100644 (file)
@@ -42,7 +42,7 @@ Otherwise they return a pointer to the newly allocated structure.
 
 L<ERR_get_error(3)>, L<CMS_final(3)>>
 
-head1 HISTORY
+=head1 HISTORY
 
 The CMS_digest_create_ex() method was added in OpenSSL 3.0.
 
index 6cba8c6a5e098b90b86bff6c7c6d92599834777a..288cc18857ebd3c53818ed658b8c03ebabaa566e 100644 (file)
@@ -91,7 +91,7 @@ L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<openssl-dgst(1)>
 
-head1 HISTORY
+=head1 HISTORY
 
 The function EVP_VerifyFinal_ex() was added in OpenSSL 3.0.