Skip to content

Commit

Permalink
add clone to digest
Browse files Browse the repository at this point in the history
  • Loading branch information
leshow committed Mar 8, 2021
1 parent 8e5f4be commit ab0fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proto/src/rr/dnssec/mod.rs
Expand Up @@ -49,7 +49,7 @@ pub use ring::digest::Digest;

/// This is an empty type, enable Ring or OpenSSL for this feature
#[cfg(not(any(feature = "openssl", feature = "ring")))]
#[derive(Copy, Debug)]
#[derive(Copy, Clone, Debug)]
pub struct Digest;

#[cfg(not(any(feature = "openssl", feature = "ring")))]
Expand Down

0 comments on commit ab0fdd0

Please sign in to comment.