aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-05-17 17:19:09 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-05-17 17:19:09 +0000
commit13de65882b4db696bb5693dd35ca82cf4c4d4588 (patch)
treef6f502b2d205cd1e66db20d6492865a05a8dfcd2 /src
parent45156cc791ede8764c2d6cf3cddb1e2fe4cbd0a4 (diff)
downloadstrongswan-13de65882b4db696bb5693dd35ca82cf4c4d4588.tar.bz2
strongswan-13de65882b4db696bb5693dd35ca82cf4c4d4588.tar.xz
export MAX_CA_PATH_LEN
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/crypto/ca.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/ca.h b/src/libstrongswan/crypto/ca.h
index bce39fb95..ae10e253e 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 <library.h>
-
#include <credential_store.h>
#include "x509.h"
#include "crl.h"
+#define MAX_CA_PATH_LEN 7
+
/**
* @brief X.509 certification authority information record
*