diff options
author | Jack Lloyd <[email protected]> | 2016-12-27 16:33:49 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-27 16:33:49 -0500 |
commit | 0f0b147f57fda3459143e71b4c1ff4444d27fdd3 (patch) | |
tree | c4a5e8ae5b46d44ef677fb212a0a1cdba463ca10 /src/lib/x509 | |
parent | c4cc713ef6257d714af5371f425c934259cfbe40 (diff) |
Remove unnecessary BOTAN_DLL annotations
Diffstat (limited to 'src/lib/x509')
-rw-r--r-- | src/lib/x509/x509path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509path.cpp b/src/lib/x509/x509path.cpp index 517e16138..2fa1adbd6 100644 --- a/src/lib/x509/x509path.cpp +++ b/src/lib/x509/x509path.cpp @@ -561,7 +561,7 @@ Certificate_Status_Code PKIX::overall_status(const CertificatePathStatusCodes& c return overall_status; } -Path_Validation_Result BOTAN_DLL x509_path_validate( +Path_Validation_Result x509_path_validate( const std::vector<X509_Certificate>& end_certs, const Path_Validation_Restrictions& restrictions, const std::vector<Certificate_Store*>& trusted_roots, |