diff options
Diffstat (limited to 'src/cert/x509/info.txt')
-rw-r--r-- | src/cert/x509/info.txt | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index 922aeae4d..726a4ad4f 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 -pk_codecs -oid_lookup -</requires> - <add> certstor.h certstor.cpp @@ -36,3 +29,16 @@ x509self.h x509stor.cpp x509stor.h </add> + +<requires> +asn1 +bigint +filters +libstate +oid_lookup +pem +pk_codecs +pubkey +rng +sha1 +</requires> |