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/entropy/darwin_secrandom | |
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/entropy/darwin_secrandom')
-rw-r--r-- | src/lib/entropy/darwin_secrandom/info.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/entropy/darwin_secrandom/info.txt b/src/lib/entropy/darwin_secrandom/info.txt index e12c341fd..2460d8f86 100644 --- a/src/lib/entropy/darwin_secrandom/info.txt +++ b/src/lib/entropy/darwin_secrandom/info.txt @@ -1,9 +1,5 @@ define ENTROPY_SRC_DARWIN_SECRANDOM 20150925 -<source> -darwin_secrandom.cpp -</source> - <header:internal> darwin_secrandom.h </header:internal> @@ -14,4 +10,4 @@ darwin <frameworks> darwin -> Security -</frameworks>
\ No newline at end of file +</frameworks> |