diff options
Diffstat (limited to 'src/pubkey/info.txt')
-rw-r--r-- | src/pubkey/info.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/pubkey/info.txt b/src/pubkey/info.txt new file mode 100644 index 000000000..74698503a --- /dev/null +++ b/src/pubkey/info.txt @@ -0,0 +1,31 @@ +realname "Public Key Base" + +define PUBLIC_KEY_CRYPTO + +load_on auto + +<requires> +asn1 +bigint +numbertheory +oid_lookup +pbe +pk_codecs +pk_pad +rng +</requires> + +<add> +pk_algs.cpp +pk_algs.h +pk_filts.cpp +pk_filts.h +pk_keys.cpp +pk_keys.h +pubkey.cpp +pubkey.h +pubkey_enums.cpp +pubkey_enums.h +x509_key.cpp +x509_key.h +</add> |