From cef3a008a667a742cec5317c84470e4a09600e17 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 13 May 2020 14:04:18 +0200 Subject: Update CMP header file references in internal CMP documentation Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11808) --- doc/internal/man3/ossl_cmp_hdr_init.pod | 2 +- doc/internal/man3/ossl_cmp_msg_create.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/internal/man3/ossl_cmp_hdr_init.pod b/doc/internal/man3/ossl_cmp_hdr_init.pod index 0c6405054f..60259dd4bd 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 0a10a6567e..aca0a996f4 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); -- cgit v1.2.3