aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/test_pkcs11_high_level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_pkcs11_high_level.cpp b/src/tests/test_pkcs11_high_level.cpp
index 1ae7f5527..950171d9c 100644
--- a/src/tests/test_pkcs11_high_level.cpp
+++ b/src/tests/test_pkcs11_high_level.cpp
@@ -1552,7 +1552,7 @@ Test::Result test_x509_import()
TestSession test_session(true);
- X509_Certificate root(Test::data_file("nist_x509/test01/end.crt"));
+ X509_Certificate root(Test::data_file("x509/nist/test01/end.crt"));
X509_CertificateProperties props(DER_Encoder().encode(root.subject_dn()).get_contents_unlocked(), root.BER_encode());
props.set_label("Botan PKCS#11 test certificate");
props.set_private(false);