summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-09-28 00:45:40 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-09-28 20:26:35 +0200
commit706457b7bda7fdbab426b8dce83b318908339da4 (patch)
tree0df00f68b06fdeeef553c353a44e25e3d979b2f2 /crypto/property
parent25f2138b0ab54a65ba713c093ca3734d88f7cb51 (diff)
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 <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9333)
Diffstat (limited to 'crypto/property')
-rw-r--r--crypto/property/defn_cache.c2
-rw-r--r--crypto/property/property.c2
-rw-r--r--crypto/property/property_local.h (renamed from crypto/property/property_lcl.h)0
-rw-r--r--crypto/property/property_parse.c2
-rw-r--r--crypto/property/property_string.c2
5 files changed, 4 insertions, 4 deletions
diff --git a/crypto/property/defn_cache.c b/crypto/property/defn_cache.c
index aec05c1ae3..9bfbd13144 100644
--- a/crypto/property/defn_cache.c
+++ b/crypto/property/defn_cache.c
@@ -13,7 +13,7 @@
#include <openssl/lhash.h>
#include "internal/propertyerr.h"
#include "internal/property.h"
-#include "property_lcl.h"
+#include "property_local.h"
/*
* Implement a property definition cache.
diff --git a/crypto/property/property.c b/crypto/property/property.c
index 4f67207a79..0111216057 100644
--- a/crypto/property/property.c
+++ b/crypto/property/property.c
@@ -19,7 +19,7 @@
#include "internal/thread_once.h"
#include "crypto/lhash.h"
#include "crypto/sparse_array.h"
-#include "property_lcl.h"
+#include "property_local.h"
/* The number of elements in the query cache before we initiate a flush */
#define IMPL_CACHE_FLUSH_THRESHOLD 500
diff --git a/crypto/property/property_lcl.h b/crypto/property/property_local.h
index 25cfde4649..25cfde4649 100644
--- a/crypto/property/property_lcl.h
+++ b/crypto/property/property_local.h
diff --git a/crypto/property/property_parse.c b/crypto/property/property_parse.c
index c9fb7602fd..a16bcd6dba 100644
--- a/crypto/property/property_parse.c
+++ b/crypto/property/property_parse.c
@@ -16,7 +16,7 @@
#include "internal/property.h"
#include "crypto/ctype.h"
#include "internal/nelem.h"
-#include "property_lcl.h"
+#include "property_local.h"
#include "e_os.h"
typedef enum {
diff --git a/crypto/property/property_string.c b/crypto/property/property_string.c
index d037f6a311..55d34688db 100644
--- a/crypto/property/property_string.c
+++ b/crypto/property/property_string.c
@@ -12,7 +12,7 @@
#include <openssl/crypto.h>
#include <openssl/lhash.h>
#include "crypto/lhash.h"
-#include "property_lcl.h"
+#include "property_local.h"
/*
* Property strings are a consolidation of all strings seen by the property