diff options
author | lloyd <[email protected]> | 2012-11-06 14:59:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-11-06 14:59:48 +0000 |
commit | 2458460b4478b7464dede87dc3beff8ea2838789 (patch) | |
tree | f399cb8e116b48d03909ae75b3e66a29c59ad0aa /src/pbe | |
parent | 6b075b7655d818a29ce5c8168cd22e3bc30f219c (diff) |
Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and
asn1_time.h
Diffstat (limited to 'src/pbe')
-rw-r--r-- | src/pbe/pbes2/pbes2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbe/pbes2/pbes2.cpp b/src/pbe/pbes2/pbes2.cpp index d29bc06f6..b27ad445e 100644 --- a/src/pbe/pbes2/pbes2.cpp +++ b/src/pbe/pbes2/pbes2.cpp @@ -13,7 +13,7 @@ #include <botan/der_enc.h> #include <botan/ber_dec.h> #include <botan/parsing.h> -#include <botan/asn1_obj.h> +#include <botan/alg_id.h> #include <botan/oids.h> #include <algorithm> #include <memory> |