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/block | |
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/block')
-rw-r--r-- | src/lib/block/cascade/info.txt | 4 | ||||
-rw-r--r-- | src/lib/block/serpent/info.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/block/cascade/info.txt b/src/lib/block/cascade/info.txt index 445e49086..14f618fd0 100644 --- a/src/lib/block/cascade/info.txt +++ b/src/lib/block/cascade/info.txt @@ -3,7 +3,3 @@ define CASCADE 20131128 <header:public> cascade.h </header:public> - -<source> -cascade.cpp -</source> diff --git a/src/lib/block/serpent/info.txt b/src/lib/block/serpent/info.txt index aa29c567f..6337ef6c0 100644 --- a/src/lib/block/serpent/info.txt +++ b/src/lib/block/serpent/info.txt @@ -7,7 +7,3 @@ serpent.h <header:internal> serpent_sbox.h </header:internal> - -<source> -serpent.cpp -</source> |