diff options
author | lloyd <lloyd@randombit.net> | 2012-01-30 01:18:20 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2012-01-30 01:18:20 +0000 |
commit | 83c5eb0bde3efe7025d52ec5d6cfdf05415814fc (patch) | |
tree | 9a3c174961cb64fbf26654f135a9f8402f7c6255 /src/selftest | |
parent | 4363e752c826cf5519967561d9e7be4456aadf3c (diff) |
Remove debug printfs, stdio includes
Diffstat (limited to 'src/selftest')
-rw-r--r-- | src/selftest/selftest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp index 7b87bcb61..0dac31cef 100644 --- a/src/selftest/selftest.cpp +++ b/src/selftest/selftest.cpp @@ -10,8 +10,6 @@ #include <botan/internal/core_engine.h> #include <botan/internal/stl_util.h> -#include <stdio.h> - namespace Botan { namespace { @@ -28,8 +26,6 @@ bool test_filter_kat(Filter* filter, const std::string output = pipe.read_all_as_string(); - //printf("%s %s\n", output.c_str(), expected_output.c_str()); - return (output == expected_output); } |