diff options
author | Jack Lloyd <[email protected]> | 2016-10-28 14:41:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-28 14:41:10 -0400 |
commit | 24119540b807db760b8b34251023c038a03d12f6 (patch) | |
tree | bfdad407b6bfa65d3219d88395043e03b03c05de | |
parent | 8f1976eb24d28b45ad41445eb7922f049928053e (diff) |
Remove bogus filter dependency in TSS
[ci skip]
-rw-r--r-- | src/lib/misc/tss/info.txt | 1 | ||||
-rw-r--r-- | src/lib/misc/tss/tss.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/misc/tss/info.txt b/src/lib/misc/tss/info.txt index 5d0615170..5aaca6707 100644 --- a/src/lib/misc/tss/info.txt +++ b/src/lib/misc/tss/info.txt @@ -2,7 +2,6 @@ define THRESHOLD_SECRET_SHARING 20131128 <requires> rng -filters hex sha1 sha2_32 diff --git a/src/lib/misc/tss/tss.cpp b/src/lib/misc/tss/tss.cpp index e1727dc33..b77e6c2b9 100644 --- a/src/lib/misc/tss/tss.cpp +++ b/src/lib/misc/tss/tss.cpp @@ -7,7 +7,6 @@ #include <botan/tss.h> #include <botan/loadstor.h> -#include <botan/pipe.h> #include <botan/hex.h> #include <botan/sha2_32.h> #include <botan/sha160.h> |