summaryrefslogtreecommitdiffstats
path: root/crypto/property/property_local.h
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-04 14:35:53 +1000
committerPauli <pauli@openssl.org>2021-06-05 20:40:30 +1000
commit76157664c1eb0f8d9f4e50c4bff8c521f7318b44 (patch)
treedb0db122165004ce16e6b2a740b21b9b740a00a6 /crypto/property/property_local.h
parentfce102304a340ef1a90361a03c86bd2401f0b6c3 (diff)
property: move additional query functions to property_query.c
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15614)
Diffstat (limited to 'crypto/property/property_local.h')
-rw-r--r--crypto/property/property_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/property/property_local.h b/crypto/property/property_local.h
index 5bb48a6f37..46c5dbe3cc 100644
--- a/crypto/property/property_local.h
+++ b/crypto/property/property_local.h
@@ -34,6 +34,8 @@ struct ossl_property_list_st {
OSSL_PROPERTY_DEFINITION properties[1];
};
+extern OSSL_PROPERTY_IDX ossl_property_true, ossl_property_false;
+
/* Property string functions */
OSSL_PROPERTY_IDX ossl_property_name(OSSL_LIB_CTX *ctx, const char *s,
int create);