diff options
Diffstat (limited to 'src/tests/test_tss.cpp')
-rw-r--r-- | src/tests/test_tss.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/tests/test_tss.cpp b/src/tests/test_tss.cpp index 38d9dfbfa..7645af399 100644 --- a/src/tests/test_tss.cpp +++ b/src/tests/test_tss.cpp @@ -8,23 +8,11 @@ #include <botan/auto_rng.h> #include <botan/hex.h> #include <iostream> -#include <stdio.h> #if defined(BOTAN_HAS_THRESHOLD_SECRET_SHARING) #include <botan/tss.h> -namespace { - -void print(const Botan::secure_vector<Botan::byte>& r) - { - for(Botan::u32bit i = 0; i != r.size(); ++i) - printf("%02X", r[i]); - printf("\n"); - } - -} - size_t test_tss() { using namespace Botan; |