diff options
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/x509path/info.txt (renamed from src/cert/x509store/info.txt) | 0 | ||||
-rw-r--r-- | src/cert/x509path/x509path.cpp (renamed from src/cert/x509store/x509stor.cpp) | 2 | ||||
-rw-r--r-- | src/cert/x509path/x509path.h (renamed from src/cert/x509store/x509stor.h) | 8 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/cert/x509store/info.txt b/src/cert/x509path/info.txt index b24b03a02..b24b03a02 100644 --- a/src/cert/x509store/info.txt +++ b/src/cert/x509path/info.txt diff --git a/src/cert/x509store/x509stor.cpp b/src/cert/x509path/x509path.cpp index 3fe1adf62..f3fd091cb 100644 --- a/src/cert/x509store/x509stor.cpp +++ b/src/cert/x509path/x509path.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/x509stor.h> +#include <botan/x509path.h> #include <botan/parsing.h> #include <botan/pubkey.h> #include <botan/oids.h> diff --git a/src/cert/x509store/x509stor.h b/src/cert/x509path/x509path.h index b4b50022c..60680d0a3 100644 --- a/src/cert/x509store/x509stor.h +++ b/src/cert/x509path/x509path.h @@ -1,12 +1,12 @@ /* -* X.509 Certificate Store -* (C) 1999-2007 Jack Lloyd +* X.509 Cert Path Validation +* (C) 2010 Jack Lloyd * * Distributed under the terms of the Botan license */ -#ifndef BOTAN_X509_CERT_STORE_H__ -#define BOTAN_X509_CERT_STORE_H__ +#ifndef BOTAN_X509_CERT_PATH_VALIDATION_H__ +#define BOTAN_X509_CERT_PATH_VALIDATION_H__ #include <botan/x509cert.h> #include <botan/x509_crl.h> |