diff options
author | lloyd <[email protected]> | 2010-02-14 02:23:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-14 02:23:43 +0000 |
commit | f4e81d7cd80272aa08f10c7e47d2bae72585bd77 (patch) | |
tree | 62f8cfe36496559f2fcfdc5454a464fea3163ccd /src/asn1/der_enc.cpp | |
parent | a4124ddf481bfc56859007b34dea646ecb7f8a25 (diff) | |
parent | f2d80a2266e8c3e4ca862a4f36a0d3e874f79dfd (diff) |
propagate from branch 'net.randombit.botan' (head dd33b7150f3f49d795e4eb962d8d41d1ada58d8d)
to branch 'net.randombit.botan.ssl' (head 1452205423962b664263fd2a35149122dfc94d37)
Diffstat (limited to 'src/asn1/der_enc.cpp')
-rw-r--r-- | src/asn1/der_enc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asn1/der_enc.cpp b/src/asn1/der_enc.cpp index 3c318c291..e410292bb 100644 --- a/src/asn1/der_enc.cpp +++ b/src/asn1/der_enc.cpp @@ -8,9 +8,9 @@ #include <botan/der_enc.h> #include <botan/asn1_int.h> #include <botan/bigint.h> -#include <botan/loadstor.h> -#include <botan/internal/bit_ops.h> +#include <botan/get_byte.h> #include <botan/parsing.h> +#include <botan/internal/bit_ops.h> #include <algorithm> namespace Botan { |