diff options
author | lloyd <[email protected]> | 2008-10-01 16:30:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 16:30:57 +0000 |
commit | 1c13e56132401ad31aad613c09a4ded7302d1fd5 (patch) | |
tree | 40e121d5bef650d39d5ad2921102dffed4cd543e /src/cert/x509 | |
parent | b64d62b6046cb2fac61c1cd9ca04198a39af27e1 (diff) |
Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1
Diffstat (limited to 'src/cert/x509')
-rw-r--r-- | src/cert/x509/info.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index 61baf51c9..98b7afb98 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -4,6 +4,14 @@ define X509 load_on auto +<requires> +asn1 +bigint +pubkey +pk_lookup +oid_lookup +</requires> + <add> certstor.h certstor.cpp @@ -29,10 +37,3 @@ x509self.h x509stor.cpp x509stor.h </add> - -<requires> -asn1 -bigint -pubkey -pk_lookup -</requires> |