summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_md.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-09-29 17:10:59 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-11 15:30:57 +0200
commitbb82531f6592f0e9af28d3502346191a465374a3 (patch)
tree325118a87bacbf708d64ffc252eb8efb8cea260c /doc/man3/BIO_f_md.pod
parent59d0e6c8964c07d7e46c9989735cd1486250b330 (diff)
POD: stop abusing comment
OpenSSL uses some POD directives masquerading as 'comment' ('=for comment' etc). This is abusive and confusing. Instead, we use our own keyword. =for openssl whatever =begin openssl whatever =end openssl (we have never used the multiline form, but might start one day) Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10048)
Diffstat (limited to 'doc/man3/BIO_f_md.pod')
-rw-r--r--doc/man3/BIO_f_md.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_f_md.pod b/doc/man3/BIO_f_md.pod
index cd45730ac5..8ad694853f 100644
--- a/doc/man3/BIO_f_md.pod
+++ b/doc/man3/BIO_f_md.pod
@@ -6,7 +6,7 @@ BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/bio.h>
#include <openssl/evp.h>