From 706457b7bda7fdbab426b8dce83b318908339da4 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Sat, 28 Sep 2019 00:45:40 +0200 Subject: Reorganize local header files Apart from public and internal header files, there is a third type called local header files, which are located next to source files in the source directory. Currently, they have different suffixes like '*_lcl.h', '*_local.h', or '*_int.h' This commit changes the different suffixes to '*_local.h' uniformly. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9333) --- doc/internal/man3/evp_generic_fetch.pod | 2 +- doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/internal') diff --git a/doc/internal/man3/evp_generic_fetch.pod b/doc/internal/man3/evp_generic_fetch.pod index 738c501560..4c12158317 100644 --- a/doc/internal/man3/evp_generic_fetch.pod +++ b/doc/internal/man3/evp_generic_fetch.pod @@ -8,7 +8,7 @@ evp_generic_fetch, evp_generic_fetch_by_number =head1 SYNOPSIS /* Only for EVP source */ - #include "evp_locl.h" + #include "evp_local.h" void *evp_generic_fetch(OPENSSL_CTX *libctx, int operation_id, const char *name, const char *properties, diff --git a/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod b/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod index 5a9f99f116..83a6d94929 100644 --- a/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod +++ b/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod @@ -13,7 +13,7 @@ ossl_cmp_build_cert_chain =head1 SYNOPSIS - #include "cmp_int.h" + #include "cmp_local.h" const char *ossl_cmp_log_parse_metadata(const char *buf, OSSL_CMP_severity *level, char **func, -- cgit v1.2.3