BUG=webrtc:367395350 Change-Id: I3fd1551f974705ce6b10e2c757f4d406a520a2c1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370460 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#43528}
19 lines
652 B
C
19 lines
652 B
C
/*
|
|
* Copyright (c) 2024 The WebRTC project authors. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license
|
|
* that can be found in the LICENSE file in the root of the source
|
|
* tree. An additional intellectual property rights grant can be found
|
|
* in the file PATENTS. All contributing project authors may
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
*/
|
|
|
|
#ifndef P2P_BASE_DTLS_TRANSPORT_H_
|
|
#define P2P_BASE_DTLS_TRANSPORT_H_
|
|
|
|
// This is a transitional header forwarding to the new version in the p2p/dtls/
|
|
// folder.
|
|
#include "p2p/dtls/dtls_transport.h"
|
|
|
|
#endif // P2P_BASE_DTLS_TRANSPORT_H_
|