From: Dr. David von Oheimb Date: Wed, 13 May 2020 12:04:18 +0000 (+0200) Subject: Update CMP header file references in internal CMP documentation X-Git-Tag: openssl-3.0.0-alpha7~533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cef3a008a667a742cec5317c84470e4a09600e17;p=thirdparty%2Fopenssl.git Update CMP header file references in internal CMP documentation Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11808) --- diff --git a/doc/internal/man3/ossl_cmp_hdr_init.pod b/doc/internal/man3/ossl_cmp_hdr_init.pod index 0c6405054f3..60259dd4bda 100644 --- a/doc/internal/man3/ossl_cmp_hdr_init.pod +++ b/doc/internal/man3/ossl_cmp_hdr_init.pod @@ -22,7 +22,7 @@ ossl_cmp_hdr_init =head1 SYNOPSIS - #include "cmp_int.h" + #include "cmp_local.h" int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno); int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr); diff --git a/doc/internal/man3/ossl_cmp_msg_create.pod b/doc/internal/man3/ossl_cmp_msg_create.pod index 0a10a6567ed..aca0a996f48 100644 --- a/doc/internal/man3/ossl_cmp_msg_create.pod +++ b/doc/internal/man3/ossl_cmp_msg_create.pod @@ -12,7 +12,7 @@ ossl_cmp_msg_gen_ITAVs_push1 =head1 SYNOPSIS - #include "cmp_int.h" + #include "cmp_local.h" const char *ossl_cmp_bodytype_to_string(int type); int ossl_cmp_msg_get_bodytype(const OSSL_CMP_MSG *msg);