summaryrefslogtreecommitdiffstats
path: root/crypto/property/property_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/property/property_string.c')
-rw-r--r--crypto/property/property_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/property/property_string.c b/crypto/property/property_string.c
index 3f978c06a3..e06f47a6b7 100644
--- a/crypto/property/property_string.c
+++ b/crypto/property/property_string.c
@@ -32,7 +32,7 @@ typedef struct {
char body[1];
} PROPERTY_STRING;
-DEFINE_LHASH_OF(PROPERTY_STRING);
+DEFINE_LHASH_OF_EX(PROPERTY_STRING);
typedef LHASH_OF(PROPERTY_STRING) PROP_TABLE;
typedef struct {