=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include "crypto/sparse_array.h"
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include "internal/params_build.h"
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
B<openssl> I<cmd> B<-help> | [I<-option> | I<-option> I<arg>] ... [I<arg>] ...
=head1 BUGS
-=for comment foreign manuals: procmail(1), perl(1)
+=for openssl foreign manuals: procmail(1), perl(1)
=over 2
=head1 SEE ALSO
-=for comment foreign manuals: WWW::Curl::Easy
+=for openssl foreign manuals: WWW::Curl::Easy
L<openssl(1)>,
L<openssl-ts(1)>,
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/bio.h>
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/bio.h>
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/bio.h>
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/bio.h>
#include <openssl/ssl.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/x509.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/safestack.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/evp.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/lhash.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/params.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/trace.h>
=pod
-=for comment foreign manuals: atexit(3)
+=for openssl foreign manuals: atexit(3)
=head1 NAME
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/pem.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/async.h>
#include <openssl/ssl.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/ssl.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/asn1t.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
TYPE *d2i_TYPE(TYPE **a, unsigned char **ppin, long length);
TYPE *d2i_TYPE_bio(BIO *bp, TYPE **a);
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/bio.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/store.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/store.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_names.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_names.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_names.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_names.h>
=head1 SYNOPSIS
-=for comment multiple includes
+=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_names.h>
=head1 SYNOPSIS
-=for comment generic
+=for openssl generic
#include <openssl/provider.h>
The functions the provider can offer are described in
L<provider-cipher(7)>
-=begin comment NOT AVAILABLE YET
-
=item Message Authentication Code (MAC)
In the OpenSSL libraries, the corresponding method object is
The functions the provider can offer are described in
L<provider-mac(7)>
-=end comment
-
-=begin comment NOT AVAILABLE YET
-
=item Key Derivation Function (KDF)
In the OpenSSL libraries, the corresponding method object is
The functions the provider can offer are described in
L<provider-kdf(7)>
-=end comment
-
=item Key Exchange
In the OpenSSL libraries, the corresponding method object is
check_section_location($id, $contents, "EXAMPLES", "SEE ALSO");
}
- unless ( $contents =~ /=for comment generic/ ) {
+ unless ( $contents =~ /=for openssl generic/ ) {
if ( $filename =~ m|man3/| ) {
name_synopsis($id, $filename, $contents);
functionname_check($id, $filename, $contents);
err($id, "Possible version style issue")
if $contents =~ /OpenSSL version [019]/;
- if ( $contents !~ /=for comment multiple includes/ ) {
+ if ( $contents !~ /=for openssl multiple includes/ ) {
# Look for multiple consecutive openssl #include lines
# (non-consecutive lines are okay; see man3/MD5.pod).
if ( $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms ) {