blob: 23e9b1a9eaa2be68f0c197fa0fa4fa5a3b34040c [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BSSL_FILLINS_FILE_UTIL_H
#define BSSL_FILLINS_FILE_UTIL_H
#include <openssl/base.h>
#include "path_service.h"
#include <string>
namespace bssl {
namespace fillins {
bool ReadFileToString(const FilePath &path, std::string *out);
} // namespace fillins
} // namespace bssl
#endif // BSSL_FILLINS_FILE_UTIL_H