diff options
Diffstat (limited to 'src/cert/x509/info.txt')
-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> |