diff options
author | Jack Lloyd <[email protected]> | 2016-12-08 20:58:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-08 20:58:51 -0500 |
commit | 00f297e0cf715b9c55deded933a70e811509f41a (patch) | |
tree | 2deefa1ccb079f2c605f3e929c07e3a5ab3204f1 /src/lib/pubkey/info.txt | |
parent | 7f267b20ca60727eeca7c4531f297eb82fbc10ee (diff) |
Remove <source> block from info.txt files
Kind of a vestigial thing from an earlier iteration of the module
design, and never useful to specify anymore since taking all the cpp
files is what you want exactly 100% of the time.
Diffstat (limited to 'src/lib/pubkey/info.txt')
-rw-r--r-- | src/lib/pubkey/info.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/pubkey/info.txt b/src/lib/pubkey/info.txt index 88c29e2f6..d598e7b25 100644 --- a/src/lib/pubkey/info.txt +++ b/src/lib/pubkey/info.txt @@ -1,16 +1,5 @@ define PUBLIC_KEY_CRYPTO 20131128 -<source> -blinding.cpp -pk_algs.cpp -pk_keys.cpp -pk_ops.cpp -pkcs8.cpp -pubkey.cpp -workfactor.cpp -x509_key.cpp -</source> - <header:public> blinding.h pk_algs.h |