export MAX_CA_PATH_LEN

This commit is contained in:
Andreas Steffen
2007-05-17 17:19:09 +00:00
parent 45156cc791
commit 13de65882b
+2 -1
View File
@@ -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
*