aboutsummaryrefslogtreecommitdiffstats
path: root/include/enums.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-12-12 06:47:34 +0000
committerlloyd <[email protected]>2006-12-12 06:47:34 +0000
commitde43fade8c8a51fd548febedc942f29413b94eca (patch)
tree3660b0daf2d405576a3da3b67ffa36cc13c1c60b /include/enums.h
parentd11da5514e3003f33c1c8986e3ce985ed8b74c81 (diff)
Remove a dependency on x509cert.h from x509_ext.cpp by moving the definition
of NO_CERT_PATH_LIMIT to enums.h
Diffstat (limited to 'include/enums.h')
-rw-r--r--include/enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/enums.h b/include/enums.h
index 907b537a9..bc939aba1 100644
--- a/include/enums.h
+++ b/include/enums.h
@@ -99,6 +99,8 @@ enum Character_Set {
LATIN1_CHARSET
};
+static const u32bit NO_CERT_PATH_LIMIT = 0xFFFFFFF0;
+
}
#endif