summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/pcy_int.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-03-31 12:17:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-03-31 12:17:24 +0000
commitecf139917dd7a4671a4bb1bf530f3b0ab5bb3bf1 (patch)
tree19efaf8075b512ceb068fbcca0916e9a52738113 /crypto/x509v3/pcy_int.h
parentab23d5ffda681e639485e9b1fce795975a48903b (diff)
New function X509_POLICY_NODE_print()
Diffstat (limited to 'crypto/x509v3/pcy_int.h')
-rw-r--r--crypto/x509v3/pcy_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h
index 33d6adfb96..ba62a209da 100644
--- a/crypto/x509v3/pcy_int.h
+++ b/crypto/x509v3/pcy_int.h
@@ -188,7 +188,8 @@ struct X509_POLICY_TREE_st
/* Useful macros */
-#define node_critical(node) ((node)->data->flags & POLICY_DATA_FLAG_CRITICAL)
+#define node_data_critical(data) (data->flags & POLICY_DATA_FLAG_CRITICAL)
+#define node_critical(node) node_data_critical(node->data)
/* Internal functions */