Update CMP header file references in internal CMP documentation
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 13 May 2020 12:04:18 +0000 (14:04 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 21 Aug 2020 07:04:10 +0000 (09:04 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11808)

doc/internal/man3/ossl_cmp_hdr_init.pod
doc/internal/man3/ossl_cmp_msg_create.pod

index 0c6405054f3894aae5bf7940364d070676709e3d..60259dd4bda7e0c7a3f93667a4b00f5ed30e60b3 100644 (file)
@@ -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);
index 0a10a6567edab0855ac8ad9652c92c4e27310c50..aca0a996f48604fe70b7025c1007a3a666905dc6 100644 (file)
@@ -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);