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, 4 insertions, 0 deletions
diff --git a/crypto/test/file_test.cc b/crypto/test/file_test.cc
index d684aa09..7e99316d 100644
--- a/crypto/test/file_test.cc
+++ b/crypto/test/file_test.cc
@@ -25,6 +25,8 @@
#include <openssl/err.h>
+namespace bssl {
+
FileTest::FileTest(const char *path) {
file_ = fopen(path, "r");
if (file_ == nullptr) {
@@ -300,3 +302,5 @@ int FileTestMain(bool (*run_test)(FileTest *t, void *arg), void *arg,
printf("PASS\n");
return 0;
}
+
+} // namespace bssl