diff options
author | Jack Lloyd <[email protected]> | 2017-11-16 16:51:52 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-16 16:51:52 -0500 |
commit | 89a8317e3fce81df54c5664c19807e7fd416053f (patch) | |
tree | 363060e14e9e99143338b7b08aa29a94f0cf1115 /src/tests/test_pkcs11_high_level.cpp | |
parent | a8e8b52f9957df12e51d81c128b1a117e5366e1d (diff) |
Fix path to cert test data
Diffstat (limited to 'src/tests/test_pkcs11_high_level.cpp')
-rw-r--r-- | src/tests/test_pkcs11_high_level.cpp | 2 |
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); |