diff options
author | lloyd <[email protected]> | 2010-10-13 12:37:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 12:37:12 +0000 |
commit | 85a504e310666f270a3a67edf4cdac06c34c61b9 (patch) | |
tree | 3a5e88794a6ce462602b97610b770019bc78118c /src/asn1/info.txt | |
parent | b295e186a4681c6c9a96b469e66656dc1f660be7 (diff) |
Split some of the ASN.1 types into their own headers
Diffstat (limited to 'src/asn1/info.txt')
-rw-r--r-- | src/asn1/info.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/asn1/info.txt b/src/asn1/info.txt index 7ed025e68..e190ad9ea 100644 --- a/src/asn1/info.txt +++ b/src/asn1/info.txt @@ -6,13 +6,13 @@ load_on auto alg_id.cpp asn1_alt.cpp asn1_att.cpp -asn1_dn.cpp asn1_int.cpp asn1_oid.cpp asn1_str.cpp asn1_tm.cpp ber_dec.cpp der_enc.cpp +x509_dn.cpp </source> <header:public> @@ -20,8 +20,10 @@ alg_id.h asn1_int.h asn1_obj.h asn1_oid.h +asn1_str.h ber_dec.h der_enc.h +x509_dn.h </header:public> <requires> |