summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quic/core/proto/crypto_server_config_proto.h
blob: 908a289f1de439ab924298ac3356d38252014f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef QUICHE_QUIC_CORE_PROTO_CRYPTO_SERVER_CONFIG_PROTO_H_
#define QUICHE_QUIC_CORE_PROTO_CRYPTO_SERVER_CONFIG_PROTO_H_

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"

#include "quic/core/proto/crypto_server_config.pb.h"

#pragma clang diagnostic pop

#endif  // QUICHE_QUIC_CORE_PROTO_CRYPTO_SERVER_CONFIG_PROTO_H_