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_x509_dn.cpp | |
parent | f66fd9c12ff7d64c925e73be12a27135790994c3 (diff) |
Move X509_DN and AlternativeName from asn1 to x509
Diffstat (limited to 'src/tests/test_x509_dn.cpp')
-rw-r--r-- | src/tests/test_x509_dn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_x509_dn.cpp b/src/tests/test_x509_dn.cpp index 55cf05c1c..74803909b 100644 --- a/src/tests/test_x509_dn.cpp +++ b/src/tests/test_x509_dn.cpp @@ -6,14 +6,14 @@ #include "tests.h" -#if defined(BOTAN_HAS_ASN1) +#if defined(BOTAN_HAS_CERTIFICATES) #include <botan/x509_dn.h> #include <botan/ber_dec.h> #endif namespace Botan_Tests { -#if defined(BOTAN_HAS_ASN1) +#if defined(BOTAN_HAS_CERTIFICATES) class X509_DN_Comparisons_Tests final : public Text_Based_Test { public: |