diff options
Diffstat (limited to 'src/cert/x509/x509path.h')
-rw-r--r-- | src/cert/x509/x509path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cert/x509/x509path.h b/src/cert/x509/x509path.h index 18129a236..21b808073 100644 --- a/src/cert/x509/x509path.h +++ b/src/cert/x509/x509path.h @@ -112,12 +112,12 @@ Path_Validation_Result BOTAN_DLL x509_path_validate( Path_Validation_Result BOTAN_DLL x509_path_validate( const X509_Certificate& end_cert, const Path_Validation_Restrictions& restrictions, - Certificate_Store& store); + const Certificate_Store& store); Path_Validation_Result BOTAN_DLL x509_path_validate( const std::vector<X509_Certificate>& end_certs, const Path_Validation_Restrictions& restrictions, - Certificate_Store& store); + const Certificate_Store& store); } |