diff options
author | Jack Lloyd <[email protected]> | 2017-11-14 09:14:24 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-14 16:19:43 -0500 |
commit | ce9326bef92b2ef4cd93a1de232b0daec0357a3f (patch) | |
tree | 8d17e990e99cc7e66559d21cab3d5d84d192544a /src/tests/test_pkcs11_high_level.cpp | |
parent | f66fd9c12ff7d64c925e73be12a27135790994c3 (diff) |
Move X509_DN and AlternativeName from asn1 to x509
Diffstat (limited to 'src/tests/test_pkcs11_high_level.cpp')
-rw-r--r-- | src/tests/test_pkcs11_high_level.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_pkcs11_high_level.cpp b/src/tests/test_pkcs11_high_level.cpp index 7b4f749fb..1ae7f5527 100644 --- a/src/tests/test_pkcs11_high_level.cpp +++ b/src/tests/test_pkcs11_high_level.cpp @@ -47,6 +47,7 @@ #if defined(BOTAN_HAS_X509_CERTIFICATES) && defined(BOTAN_HAS_PKCS11) #include <botan/p11_x509.h> + #include <botan/x509_dn.h> #endif #if defined(BOTAN_HAS_HMAC_DRBG) |