diff options
author | lloyd <[email protected]> | 2008-09-29 00:30:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 00:30:38 +0000 |
commit | 23f973f19da56c795756f9b80e273a2112e5e794 (patch) | |
tree | a858ae7eec3045ce71bae260ce39910867ad1e55 /src/pk | |
parent | ce1074c2ce8d37cddda35079dc279c7823766aca (diff) |
Add the missing modinfo.txt
Diffstat (limited to 'src/pk')
-rw-r--r-- | src/pk/pubkey/modinfo.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/pk/pubkey/modinfo.txt b/src/pk/pubkey/modinfo.txt new file mode 100644 index 000000000..9948af4de --- /dev/null +++ b/src/pk/pubkey/modinfo.txt @@ -0,0 +1,33 @@ +realname "Public Key Base" + +define PUBKEY_BASE + +<requires> +bigint +asn1 +</requires> + +<add> +dh_op.cpp +dsa_op.cpp +elg_op.cpp +kdf.cpp +modinfo.txt +nr_op.cpp +pk_algs.cpp +pk_algs.h +pk_core.cpp +pk_core.h +pk_keys.cpp +pk_keys.h +pk_ops.h +pk_util.cpp +pk_util.h +pkcs8.cpp +pkcs8.h +pubkey.cpp +pubkey.h +rsa_op.cpp +x509_key.cpp +x509_key.h +</add> |