summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
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