diff --git a/boringtun/src/noise/errors.rs b/boringtun/src/noise/errors.rs index 10513aefe..db7cf7288 100644 --- a/boringtun/src/noise/errors.rs +++ b/boringtun/src/noise/errors.rs @@ -1,7 +1,7 @@ // Copyright (c) 2019 Cloudflare, Inc. All rights reserved. // SPDX-License-Identifier: BSD-3-Clause -#[derive(Debug)] +#[derive(Debug, Clone)] pub enum WireGuardError { DestinationBufferTooSmall, IncorrectPacketLength,