aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-05-13 14:04:18 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-08-21 09:04:10 +0200
commitcef3a008a667a742cec5317c84470e4a09600e17 (patch)
tree3f915b77af80a663b0957c0340469da9080e50ed /doc
parentded346fad2f2c86bc13ac3beaf5e00e969f04442 (diff)
downloadopenssl-cef3a008a667a742cec5317c84470e4a09600e17.tar.gz
Update CMP header file references in internal CMP documentation
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11808)
Diffstat (limited to 'doc')
-rw-r--r--doc/internal/man3/ossl_cmp_hdr_init.pod2
-rw-r--r--doc/internal/man3/ossl_cmp_msg_create.pod2
2 files changed, 2 insertions, 2 deletions
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);