aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/unit_x509.cpp')
-rw-r--r--src/tests/unit_x509.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp
index 5fbea2f4f..da5439a05 100644
--- a/src/tests/unit_x509.cpp
+++ b/src/tests/unit_x509.cpp
@@ -776,7 +776,7 @@ Test::Result test_x509_decode_list()
{
Test::Result result("X509_Certificate list decode");
- Botan::DataSource_Stream input(Test::data_file("x509/misc/cert_seq.der"));
+ Botan::DataSource_Stream input(Test::data_file("x509/misc/cert_seq.der"), true);
Botan::BER_Decoder dec(input);
std::vector<Botan::X509_Certificate> certs;