Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/file_test.cc')
-rw-r--r--crypto/test/file_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/test/file_test.cc b/crypto/test/file_test.cc
index 7e99316d..d684aa09 100644
--- a/crypto/test/file_test.cc
+++ b/crypto/test/file_test.cc
@@ -25,8 +25,6 @@
#include <openssl/err.h>
-namespace bssl {
-
FileTest::FileTest(const char *path) {
file_ = fopen(path, "r");
if (file_ == nullptr) {
@@ -302,5 +300,3 @@ int FileTestMain(bool (*run_test)(FileTest *t, void *arg), void *arg,
printf("PASS\n");
return 0;
}
-
-} // namespace bssl