diff options
author | Richard Levitte <levitte@openssl.org> | 2016-11-11 09:33:09 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-11-11 13:06:43 +0100 |
commit | b97fdb57a269656fa20024a4404d3f543f06ac61 (patch) | |
tree | 4c4901f44bdc497922530f7c3eeb257bac7ae7da /doc/man3/PEM_read_CMS.pod | |
parent | d36bae1aaba1787199b610b6d6db04e4928b5381 (diff) | |
download | openssl-new-b97fdb57a269656fa20024a4404d3f543f06ac61.tar.gz |
Fix referenses in section 3 manuals
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1900)
Diffstat (limited to 'doc/man3/PEM_read_CMS.pod')
-rw-r--r-- | doc/man3/PEM_read_CMS.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/PEM_read_CMS.pod b/doc/man3/PEM_read_CMS.pod index 649c8089a9..65a114d677 100644 --- a/doc/man3/PEM_read_CMS.pod +++ b/doc/man3/PEM_read_CMS.pod @@ -38,10 +38,10 @@ PEM_write_SSL_SESSION, PEM_write_bio_SSL_SESSION - PEM object encoding routines -=for comment generic - =head1 SYNOPSIS +=for comment generic + #include <openssl/pem.h> DECLARE_PEM_rw(name, TYPE) |