diff options
author | lloyd <[email protected]> | 2009-07-21 04:28:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-21 04:28:09 +0000 |
commit | abcfd1cf4b351f856c2df11ed1cd972a3a5155a9 (patch) | |
tree | 7b05ce4f33fe8c1c94d77ce235b4cd6b9bedc3b0 /src/cert | |
parent | b1fc3ff3fe19152eaf1adbdd9f503dfaf2b8a500 (diff) | |
parent | 57d64c1026cfa0fba775d393920aebaa02bf0f56 (diff) |
propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388f8a6fb6d05c41)
to branch 'net.randombit.botan.c++0x' (head 56e105e678540c8bcafa4d0198c19a9489fbf8d1)
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/cvc/info.txt | 18 | ||||
-rw-r--r-- | src/cert/x509/info.txt | 21 |
2 files changed, 27 insertions, 12 deletions
diff --git a/src/cert/cvc/info.txt b/src/cert/cvc/info.txt index 69f144340..e3e11f5fe 100644 --- a/src/cert/cvc/info.txt +++ b/src/cert/cvc/info.txt @@ -6,11 +6,6 @@ uses_tr1 yes load_on auto -<requires> -asn1 -ecdsa -</requires> - <add> asn1_eac_str.cpp asn1_eac_tm.cpp @@ -34,3 +29,16 @@ signed_obj.cpp signed_obj.h freestore.h </add> + +<requires> +asn1 +bigint +ecdsa +filters +libstate +oid_lookup +pem +pk_codecs +pubkey +x509 +</requires> diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index 25db8c1e6..552e2aacb 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -4,13 +4,6 @@ define X509 load_on auto -<requires> -asn1 -bigint -pubkey -oid_lookup -</requires> - <add> certstor.h certstor.cpp @@ -36,3 +29,17 @@ x509self.h x509stor.cpp x509stor.h </add> + +<requires> +asn1 +bigint +datastor +filters +libstate +oid_lookup +pem +pk_codecs +pubkey +rng +sha1 +</requires> |