chromium/third_party/openscreen/src/cast/common/certificate/testing/test_helpers.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "cast/common/certificate/testing/test_helpers.h"

#include <openssl/bytestring.h>
#include <openssl/pem.h>
#include <openssl/rsa.h>
#include <stdio.h>

#include <cstring>

#include "util/osp_logging.h"

namespace openscreen::cast {
namespace testing {

SignatureTestData::SignatureTestData() = default;

SignatureTestData::~SignatureTestData() {}

SignatureTestData ReadSignatureTestData(std::string_view filename) {}

}  // namespace testing
}  // namespace openscreen::cast