From 13de65882b4db696bb5693dd35ca82cf4c4d4588 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 17 May 2007 17:19:09 +0000 Subject: [PATCH] export MAX_CA_PATH_LEN --- src/libstrongswan/crypto/ca.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libstrongswan/crypto/ca.h b/src/libstrongswan/crypto/ca.h index bce39fb..ae10e25 100644 --- a/src/libstrongswan/crypto/ca.h +++ b/src/libstrongswan/crypto/ca.h @@ -26,12 +26,13 @@ typedef struct ca_info_t ca_info_t; #include - #include #include "x509.h" #include "crl.h" +#define MAX_CA_PATH_LEN 7 + /** * @brief X.509 certification authority information record * -- 2.7.4